mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
add jarsigner params that are supposed to fix for installing on older devices
This commit is contained in:
parent
45224a75fa
commit
36551a310a
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ for PACK_UNSIGNED in $FILES; do
|
||||||
echo "base: $PACK_SIGNED" >&2
|
echo "base: $PACK_SIGNED" >&2
|
||||||
PACK_SIGNED=${PACK_SIGNED/-unsigned}
|
PACK_SIGNED=${PACK_SIGNED/-unsigned}
|
||||||
echo "signed: $PACK_SIGNED" >&2
|
echo "signed: $PACK_SIGNED" >&2
|
||||||
jarsigner -verbose -keystore ~/.keystore $PACK_UNSIGNED mykey
|
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ~/.keystore $PACK_UNSIGNED mykey
|
||||||
rm -f $PACK_SIGNED
|
rm -f $PACK_SIGNED
|
||||||
zipalign -v 4 $PACK_UNSIGNED $PACK_SIGNED
|
zipalign -v 4 $PACK_UNSIGNED $PACK_SIGNED
|
||||||
[ -n "$XW_WWW_PATH" ] && cp $PACK_SIGNED $XW_WWW_PATH
|
[ -n "$XW_WWW_PATH" ] && cp $PACK_SIGNED $XW_WWW_PATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue