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