diff --git a/debian-torbrowser.sh b/debian-torbrowser.sh new file mode 100644 index 0000000..6eb1d61 --- /dev/null +++ b/debian-torbrowser.sh @@ -0,0 +1,18 @@ +#! /usr/bin/env sh +# debian build which automatically configures Tor Browser. +# I do not think that it has write permission to it's own directory, making Tor Browser updates probably impossible. +# Don't use it yet. +. ./config.sh +ant jpackage +jpackage --verbose \ + --app-image i2pbrowser \ + --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" \ diff --git a/i2p.plugins.firefox.torrent b/i2p.plugins.firefox.torrent index 37c0094..e973d88 100644 Binary files a/i2p.plugins.firefox.torrent and b/i2p.plugins.firefox.torrent differ diff --git a/scripts/build.number b/scripts/build.number index 55ac0ee..4dbd913 100644 --- a/scripts/build.number +++ b/scripts/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Wed Jan 18 06:15:14 UTC 2023 -build.number=478 +#Wed Jan 18 06:32:32 UTC 2023 +build.number=485