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

10 lines
176 B
Batchfile

@echo off
echo Start running the script...
cd ../
echo Start building the app for macos platform...
wails build --clean --platform darwin/arm64
echo End running the script!