From 855da4156e19f440e2d85de4c75488c123ff3fae Mon Sep 17 00:00:00 2001 From: lwb-2021 <91705377+lwb-2021@users.noreply.github.com> Date: Sun, 12 Nov 2023 16:25:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0tor-browser=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bucket/tor-browser-mirror.json | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 bucket/tor-browser-mirror.json diff --git a/bucket/tor-browser-mirror.json b/bucket/tor-browser-mirror.json new file mode 100644 index 0000000..e0220f4 --- /dev/null +++ b/bucket/tor-browser-mirror.json @@ -0,0 +1,52 @@ +{ + "##": "Multiple components under various open source licenses. Included HTTPS Everywhere extension is the strictest.", + "version": "13.0.1", + "description": "Web browser that connects to the internet via the Tor anonymity network", + "homepage": "https://tor.calyxinstitute.org", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://tor.calyxinstitute.org/dist/torbrowser/13.0.1/tor-browser-windows-x86_64-portable-13.0.1.exe#/dl.7z", + "hash": "920b0907a65b7cf63076fdc80a605283cf51d9742e5726e7b48fb53e3a0071af" + }, + "32bit": { + "url": "https://tor.calyxinstitute.org/dist/torbrowser/13.0.1/tor-browser-windows-i686-portable-13.0.1.exe#/dl.7z", + "hash": "dcbda0cffcdcd2126af1a21707a971303ef0fe31dad7db492b3ecdd54cd8ae26" + } + }, + "extract_dir": "Browser", + "pre_install": [ + "# Update extensions in persisted profile", + "movedir \"$dir\\TorBrowser\\Data\\Browser\\profile.default\" \"$persist_dir\\TorBrowser\\Data\\Browser\\profile.default\" | Out-Null" + ], + "persist": [ + "TorBrowser\\Data\\Browser\\profile.default", + "TorBrowser\\Data\\Tor" + ], + "bin": [ + [ + "firefox.exe", + "tor-browser" + ] + ], + "shortcuts": [ + [ + "firefox.exe", + "Tor Browser" + ] + ], + "checkver": { + "url": "https://tor.calyxinstitute.org/download/", + "regex": "torbrowser/([\\d.]+)/tor-browser-windows-x86_64-portable" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://tor.calyxinstitute.org/dist/torbrowser/$version/tor-browser-windows-x86_64-portable-$version.exe#/dl.7z" + }, + "32bit": { + "url": "https://tor.calyxinstitute.org/dist/torbrowser/$version/tor-browser-windows-i686-portable-$version.exe#/dl.7z" + } + } + } +}