Files
localsend/scripts/compile_android_appbundle.ps1
2023-12-05 00:10:58 +01:00

11 lines
218 B
PowerShell

# 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 appbundle
cd ..
Write-Output 'Generated Android Appbundle!'