From 75939d92038887089c16b35c9286e723eed206fd Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 1 Feb 2016 06:27:29 -0800 Subject: [PATCH] remove bogus flag (incompatible with my key). And confirm that can be installed on top of a build signed with SHA256, the new default. --- xwords4/android/scripts/arelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/scripts/arelease.sh b/xwords4/android/scripts/arelease.sh index 13d4f3a84..32e8751f8 100755 --- a/xwords4/android/scripts/arelease.sh +++ b/xwords4/android/scripts/arelease.sh @@ -76,7 +76,7 @@ for PACK_UNSIGNED in $FILES; do echo "base: $PACK_SIGNED" >&2 PACK_SIGNED=${PACK_SIGNED/-unsigned} echo "signed: $PACK_SIGNED" >&2 - jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ~/.keystore $PACK_UNSIGNED mykey + jarsigner -verbose -digestalg SHA1 -keystore ~/.keystore $PACK_UNSIGNED mykey rm -f $PACK_SIGNED zipalign -v 4 $PACK_UNSIGNED $PACK_SIGNED [ -n "$XW_WWW_PATH" ] && cp $PACK_SIGNED $XW_WWW_PATH