start working on an OSX package, won't have a signer for now but gotta start somewhere

This commit is contained in:
idk
2022-09-06 21:35:27 -04:00
parent 4095e61ad3
commit d6a62bb6ee

11
osx-dmg.sh Executable file
View File

@ -0,0 +1,11 @@
#! /usr/bin/env sh
. ./config.sh
jpackage \
--verbose \
--type dmg \
--license-file LICENSE.md \
--name i2pbrowser \
--app-version "$GITHUB_TAG" \
--input src/build \
--main-jar i2pfirefox.jar \
--main-class net.i2p.i2pfirefox.I2PBrowser