10 lines
133 B
Batchfile
10 lines
133 B
Batchfile
@echo off
|
|
|
|
echo Start running the script...
|
|
cd ../
|
|
|
|
echo Start building the app...
|
|
wails build --clean
|
|
|
|
echo End running the script!
|