SuperTux: sign .apk with the debug key by default
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Set path to your Android keystore and your keystore alias here, or put them in your environment
|
||||
[ -z "$ANDROID_KEYSTORE_FILE" ] && ANDROID_KEYSTORE_FILE=~/.android/debug.keystore
|
||||
[ -z "$ANDROID_KEYSTORE_ALIAS" ] && ANDROID_KEYSTORE_ALIAS=androiddebugkey
|
||||
PASS=
|
||||
PASS="--ks-pass pass:android"
|
||||
[ -n "$ANDROID_KEYSTORE_PASS" ] && PASS="--ks-pass env:ANDROID_KEYSTORE_PASS"
|
||||
[ -n "$ANDROID_KEYSTORE_PASS_FILE" ] && PASS="--ks-pass file:$ANDROID_KEYSTORE_PASS_FILE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user