1
0

android docker: make_apk optionally takes "release" as arg

This commit is contained in:
SomberNight
2018-11-27 21:35:26 +01:00
parent a34d42492d
commit 243a0e3cf1
3 changed files with 13 additions and 14 deletions

View File

@@ -2,6 +2,8 @@
pushd ./electrum/gui/kivy/
make theming
if [[ -n "$1" && "$1" == "release" ]] ; then
echo -n Keystore Password:
read -s password