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.

This commit is contained in:
idk
2023-01-18 06:38:48 +00:00
parent 2e07457135
commit 46be5415bb
3 changed files with 20 additions and 2 deletions

18
debian-torbrowser.sh Normal file
View File

@ -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" \

Binary file not shown.

View File

@ -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