mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
10 lines
197 B
Bash
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!"
|