Skip to content

Commit

Permalink
Merge pull request #42 from shaymolho/patch-1
Browse files Browse the repository at this point in the history
Typo fix Sing -> Sign
  • Loading branch information
sokoloff06 authored Jan 24, 2022
2 parents 0161430 + 0947d0c commit 4bc50e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/af_apk_fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ apktool b $APP_NAME
# Zipalign
zipalign -p -f -v 4 $APP_NAME/dist/$APP_NAME.apk $APP_NAME/dist/$APP_NAME-aligned.apk

# Sing
# Sign
apksigner sign -v --ks $KEYSTORE.jks --out $APP_NAME/dist/$APP_NAME-aligned-signed.apk $APP_NAME/dist/$APP_NAME-aligned.apk

# Verify signature
Expand Down

0 comments on commit 4bc50e4

Please sign in to comment.