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:
18
debian-torbrowser.sh
Normal file
18
debian-torbrowser.sh
Normal 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.
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Wed Jan 18 06:15:14 UTC 2023
|
#Wed Jan 18 06:32:32 UTC 2023
|
||||||
build.number=478
|
build.number=485
|
||||||
|
Reference in New Issue
Block a user