Files
i2p.plugins.firefox/osx-dmg.sh
2022-09-29 23:16:29 -04:00

11 lines
238 B
Bash
Executable File

#! /usr/bin/env sh
. ./config.sh
jpackage \
--verbose \
--type dmg \
--name i2pbrowser \
--app-version "$GITHUB_TAG" \
--input src/build \
--main-jar i2pfirefox.jar \
--main-class net.i2p.i2pfirefox.I2PBrowser