mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-24 16:00:11 -04:00
BUILD: Fixed build script for android. pass in version and keystore password to build.
This commit is contained in:
parent
c800084da2
commit
066cf5bcd8
@ -42,3 +42,4 @@ DynamicBibleIonic/obj
|
||||
DynamicBibleIonic/bin
|
||||
DynamicBibleIonic/.vscode
|
||||
DynamicBibleUtility/.vs
|
||||
DynamicBibleIonic/platforms/android/release-signing.properties
|
||||
|
7
build_android.bat
Normal file
7
build_android.bat
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user