mirror of
https://github.com/localsend/localsend.git
synced 2026-04-17 21:47:09 -04:00
14 lines
218 B
Bash
14 lines
218 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 precache --ios
|
|
(
|
|
cd ios
|
|
pod update
|
|
)
|
|
fvm flutter build ipa
|
|
cd .. |