2022-09-05 17:50:04 -04:00
|
|
|
#! /usr/bin/env sh
|
|
|
|
|
2022-09-05 18:23:33 -04:00
|
|
|
. config.sh
|
|
|
|
jpackage --verbose \
|
|
|
|
--type deb \
|
|
|
|
--name i2pbrowser \
|
|
|
|
--app-version "$GITHUB_TAG" \
|
|
|
|
--input src/build \
|
|
|
|
--main-jar i2pfirefox.jar \
|
|
|
|
--main-class net.i2p.i2pfirefox.I2PBrowser
|