Skip to content

Commit

Permalink
Rename artifacts afte building
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 26, 2024
1 parent 82fa9f9 commit 2de622c
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 @@ -176,5 +176,5 @@ jpackage --name I2P --app-version "$PUBLISH_VERSION" \
--mac-entitlements resources/entitlements.xml \
--input build --main-jar launcher.jar --main-class net.i2p.router.MacLauncher

ls -lah I2P*.dmg
ls -lahd I2P*
UNAME=$(uname -m)
cp -v I2P*.dmg "I2P-$PUBLISH_VERSION-$UNAME.dmg"

0 comments on commit 2de622c

Please sign in to comment.