wails-pure-js-template/scripts/build-windows.sh

10 lines
197 B
Bash
Raw Normal View History

2022-08-25 18:41:02 +00:00
#! /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!"