Files
i2p.plugins.firefox/debian.sh
idk 5c96c91ada add icons to jpackages
Former-commit-id: 11ce176ed5
Former-commit-id: 04a837eb9232486ca590ae40cfb7e3599ac0c524
2022-10-23 21:04:15 -04:00

18 lines
535 B
Bash
Executable File

#! /usr/bin/env sh
. ./config.sh
jpackage --verbose \
--type deb \
--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 \
--icon src/icon.png \
--app-version "$GITHUB_TAG" \
--input src/build \
--main-jar i2pfirefox.jar \
--main-class net.i2p.i2pfirefox.I2PBrowser