Files
localsend/scripts/compile_android_appbundle.ps1
2023-01-31 19:06:05 +01:00

10 lines
247 B
PowerShell

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