mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-28 09:59:50 -04:00
5 lines
226 B
Batchfile
5 lines
226 B
Batchfile
cd DynamicBibleIonic
|
|
call ionic cordova build android --release -- --buildConfig=./build.json
|
|
cd ..
|
|
copy DynamicBibleIonic\platforms\android\app\build\outputs\apk\armv7\release\app-armv7-release.apk DynamicBible-%1.apk /Y
|