chore: update apk script

This commit is contained in:
Tien Do Nam
2023-10-26 13:33:02 +02:00
parent 07c06949c9
commit bf94a0f343
+2
View File
@@ -2,9 +2,11 @@
# git reset --hard origin/main
# git pull
cd app
fvm flutter clean
fvm flutter pub get
fvm flutter pub run build_runner build -d
fvm flutter build appbundle
cd ..
Write-Output 'Generated Android Appbundle!'