Skip to content

Commit

Permalink
add missing addon.d
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha-Btz committed Apr 2, 2017
1 parent c43264a commit 8cdcae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NAME=($FILE-$CM_Version-$VERSION)

echo "Making Zip"
# zipping
zip -r $NAME.zip META-INF app
zip -r $NAME.zip META-INF app addon.d
echo "ZIP is Ready"
echo "Signing ZIP"
java -jar signapk.jar testkey.x509.pem testkey.pk8 $NAME.zip $NAME-SIGNED.zip
Expand Down

0 comments on commit 8cdcae1

Please sign in to comment.