textualize/scripts/build-windows.sh
Joshua Shoemaker 3fafbcc1d6 init commit
2022-12-06 22:13:02 -06:00

10 lines
197 B
Bash

#! /bin/bash
echo -e "Start running the script..."
cd ../
echo -e "Start building the app for windows platform..."
wails build --clean --platform windows/amd64
echo -e "End running the script!"