SDL: Fixed sign.sh for upload certificate
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="Ninslash"
|
||||
AppFullName=ninslash.com
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=02727
|
||||
AppVersionCode=02728
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="0.2.7.27"
|
||||
AppVersionName="0.2.7.28"
|
||||
|
||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||
|
||||
Submodule project/jni/application/ninslash/src updated: e48165aafe...1a45b388a9
1
sign.sh
1
sign.sh
@@ -42,6 +42,7 @@ stty -echo
|
||||
jarsigner -verbose -tsa http://timestamp.digicert.com -keystore $ANDROID_UPLOAD_KEYSTORE_FILE -sigalg MD5withRSA -digestalg SHA1 $APPNAME-$APPVER-upload1.apk $ANDROID_UPLOAD_KEYSTORE_ALIAS || exit 1
|
||||
stty echo
|
||||
echo
|
||||
rm -f $APPNAME-$APPVER-upload.apk
|
||||
zipalign 4 $APPNAME-$APPVER-upload1.apk $APPNAME-$APPVER-upload.apk
|
||||
rm -f $APPNAME-$APPVER-upload1.apk
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user