Files
localsend/scripts/compile_mac_appstore.sh
2024-07-09 14:45:25 +02:00

9 lines
169 B
Bash

# UNCOMMENT THESE LINES TO BUILD FROM LATEST COMMIT
# git reset --hard origin/main
# git pull
cd app
fvm flutter clean
fvm flutter pub get
fvm flutter build macos
cd ..