mirror of
https://gh.wpcy.net/https://github.com/bohdanbobrowski/blog2epub.git
synced 2026-06-11 03:14:02 +08:00
6 lines
265 B
Bash
Executable file
6 lines
265 B
Bash
Executable file
read -s -p "Password: " password
|
|
export P4A_RELEASE_KEYSTORE=~/.keystores/bobrowski_com_pl.keystore
|
|
export P4A_RELEASE_KEYSTORE_PASSWD="$password"
|
|
export P4A_RELEASE_KEYALIAS_PASSWD="$password"
|
|
export P4A_RELEASE_KEYALIAS=bobrowski_com_pl
|
|
buildozer android release
|