Skip to content

Commit

Permalink
brace up signing statment
Browse files Browse the repository at this point in the history
Signed-off-by: UsiFX <xprjkts@gmail.com>
  • Loading branch information
UsiFX committed Oct 2, 2022
1 parent 5c3fd2a commit c06f46b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smmt_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# shellcheck disable=SC2145
# shellcheck disable=SC2181
# shellcheck disable=SC2015
# shellcheck disable=SC2157
#
# Simple nitronD simpleMMT Builder
#
Expand Down Expand Up @@ -64,7 +65,7 @@ do
compile
;;
"--sign")
"$OUT/target/$FILENAME.zip" && {
[[ "$OUT/target/$FILENAME.zip" ]] && {
java -jar "$(pwd)/etc/zipsigner/zipsigner-3.0.jar" "$OUT/target/$FILENAME.zip" "$OUT/target/$FILENAME-signed-OFFICIAL.zip"
echo " SIGN $OUT/target/$FILENAME-signed-OFFICIAL.zip"
exit $?
Expand Down

0 comments on commit c06f46b

Please sign in to comment.