From 9469293bcfc47ade1bf00dbbe64cec2833607c98 Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 6 Nov 2022 16:12:55 -0500 Subject: [PATCH] fixups for the windows portable --- zip.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zip.sh b/zip.sh index f2b6c99..866cbe0 100755 --- a/zip.sh +++ b/zip.sh @@ -30,4 +30,5 @@ rm -vrf "tor-browser_${locale}" cd "$SCRIPT_DIR" || exit 1 rm -rf I2P-portable && cp -r I2P I2P-portable -powershell Compress-Archive -force I2P-portable I2P-portable.zip \ No newline at end of file +#powershell Compress-Archive -force I2P-portable I2P-portable.zip +zip -r I2P-portable.zip I2P-portable \ No newline at end of file