SDL: Fixed sign.sh for upload certificate

This commit is contained in:
Sergii Pylypenko
2017-05-25 22:37:25 +03:00
parent 39b5b5efb5
commit d179d4d2c7
3 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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