fedora. What the hell.

Former-commit-id: c5281751bb
Former-commit-id: afd8bd48cf41d170e1f299b464049ba4140e3899
This commit is contained in:
idk
2022-09-06 18:31:12 -04:00
parent fa9c948688
commit 95d6159997

16
fedora.sh Executable file
View File

@ -0,0 +1,16 @@
#! /usr/bin/env sh
. ./config.sh
jpackage --verbose \
--type rpm \
--linux-deb-maintainer hankhill19580@gmail.com \
--linux-menu-group "Network;WebBrowser;P2P" \
--linux-app-category "Network" \
--linux-package-deps "firefox|chromium|brave|firefox-esr|librewolf|icecat" \
--linux-shortcut \
--license-file LICENSE.md \
--name i2pbrowser \
--app-version "$GITHUB_TAG" \
--input src/build \
--main-jar i2pfirefox.jar \
--main-class net.i2p.i2pfirefox.I2PBrowser