mirror of
https://github.com/localsend/localsend.git
synced 2026-04-21 07:29:08 -04:00
12 lines
301 B
Bash
12 lines
301 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
|
|
|
|
# if appdmg is not installed yet: npm install -g appdmg
|
|
appdmg scripts/dmg/config.json LocalSend.dmg
|