mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
Migrate from pass to passage
This commit is contained in:
parent
27dc98330f
commit
0d90e1dc21
1 changed files with 3 additions and 3 deletions
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
[ $# -ne 1 ] || [ ! -f $1 ] && echo "Usage: $0 {version.aab}" && exit 1
|
[ $# -ne 1 ] || [ ! -f $1 ] && echo "Usage: $0 {version.aab}" && exit 1
|
||||||
|
|
||||||
pass ls | grep sunup.key >/dev/null
|
passage ls | grep sunup.key >/dev/null
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Pass keystore/sunup.key not found. Aborting."
|
echo "Pass keystore/sunup.key not found. Aborting."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export KS="$HOME/.password-store/keystore/sunup.jks"
|
export KS="$HOME/.passage/store/keystore/sunup.jks"
|
||||||
export KS_PASS=$(pass keystore/sunup.key)
|
export KS_PASS=$(passage keystore/sunup.key)
|
||||||
export KEY_ALIAS="sunup"
|
export KEY_ALIAS="sunup"
|
||||||
export AAB="$1"
|
export AAB="$1"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue