Files
localsend/scripts/compile_mac_appstore.sh
2023-01-31 19:06:05 +01:00

9 lines
199 B
Bash

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