Skip to content

Commit

Permalink
only pass signing arg if arg is present
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Feb 13, 2024
1 parent 07a858d commit 931ae1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jpackage --name I2P \
--type app-image \
--verbose \
--resource-dir build \
"$SIGNING_ARG" \
$SIGNING_ARG \
--mac-entitlements resources/entitlements.xml \
--input build --main-jar launcher.jar --main-class net.i2p.router.MacLauncher

Expand All @@ -156,6 +156,6 @@ jpackage --name I2P \
--type dmg \
--verbose \
--resource-dir build \
"$SIGNING_ARG" \
$SIGNING_ARG \
--mac-entitlements resources/entitlements.xml \
--input build --main-jar launcher.jar --main-class net.i2p.router.MacLauncher

0 comments on commit 931ae1a

Please sign in to comment.