add script for windows
This commit is contained in:
parent
c0485a03b0
commit
16081acb22
6
tools/windows/build_apk.bat
Normal file
6
tools/windows/build_apk.bat
Normal file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
|
||||
cd ../../firka
|
||||
flutter clean
|
||||
flutter pub get
|
||||
flutter build apk --release --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64
|
Loading…
x
Reference in New Issue
Block a user