Files
i2p.plugins.firefox/osx-dmg.sh
idk aad7c34630 start working on an OSX package, won't have a signer for now but gotta start somewhere
Former-commit-id: d6a62bb6ee
Former-commit-id: 16d50ea12952597134c5df4736d0afb059962c4f
2022-09-06 21:35:27 -04:00

12 lines
270 B
Bash
Executable File

#! /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