1
0
forked from firka/firka
Files
firka/tools/windows/build_apk.bat
Armand b75a5faba9 Initial commit
Co-authored-by: Zypherift <regokoppany@gmail.com>
2025-02-10 22:22:45 +01:00

10 lines
219 B
Batchfile

@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