mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
remove bogus flag (incompatible with my key). And confirm that can be
installed on top of a build signed with SHA256, the new default.
This commit is contained in:
parent
36551a310a
commit
75939d9203
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue