Skip to content

Commit

Permalink
Typo fix Sing -> Sign
Browse files Browse the repository at this point in the history
  • Loading branch information
shaymolho authored Jan 20, 2022
1 parent 0161430 commit 0947d0c
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 0947d0c

Please sign in to comment.