forked from firka/firka
9
tools/windows/build_apk.bat
Normal file
9
tools/windows/build_apk.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
cd firka
|
||||
flutter clean
|
||||
flutter pub get
|
||||
|
||||
flutter gen-l10n --template-arb-file app_hu.arb
|
||||
|
||||
flutter build apk --release --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64,android-x64
|
||||
Reference in New Issue
Block a user