mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
sign with v2 as well (for android 30)
This commit is contained in:
parent
5982af1a4a
commit
87337713ce
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ for APK in $APKS; do
|
|||
rm -f ${OUTNAME}
|
||||
zipalign -v 4 $APK_SIGNED ${OUTNAME}
|
||||
|
||||
apksigner sign --ks ~/.keystore ${OUTNAME}
|
||||
|
||||
rm -f $APK_SIGNED
|
||||
echo "saved as $OUTNAME"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue