mirror of
https://github.com/localsend/localsend.git
synced 2026-04-21 23:51:27 -04:00
9 lines
169 B
Bash
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 .. |