Files
localsend/scripts/compile_android_appbundle.ps1
2023-01-25 23:09:42 +01:00

9 lines
191 B
PowerShell

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!'