From 79f33370560fca28fdb62bca4844f3b9ce3b1cd7 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 17:06:06 -0500 Subject: [PATCH] don't run tbb script on Windows --- buildscripts/zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/zip.sh b/buildscripts/zip.sh index 4beb245..29d12a0 100755 --- a/buildscripts/zip.sh +++ b/buildscripts/zip.sh @@ -16,7 +16,7 @@ TORSOCKS=$(which torsocks) if [ -f "${TORSOCKS}" ]; then . "${TORSOCKS}" on fi -"$SCRIPT_DIR"/src/win/torbrowser-windows.sh +#"$SCRIPT_DIR"/src/win/torbrowser-windows.sh version="$(curl -s https://aus1.torproject.org/torbrowser/update_3/release/downloads.json | jq -r ".version")" . "${TORSOCKS}" off locale="en-US" # mention your locale. default = en-US