mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 16:29:49 -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
|
|
|
|
|
|
|