mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
8 lines
258 B
Batchfile
8 lines
258 B
Batchfile
![]() |
cd DynamicBibleIonic
|
||
|
call ionic build android --release -- --storePassword=%2 --password=%2 --alias=walljm --keystore=walljm.keystore
|
||
|
cd ..
|
||
|
copy DynamicBibleIonic\platforms\android\build\outputs\apk\android-armv7-release.apk DynamicBible-%1.apk /Y
|
||
|
|
||
|
|
||
|
|