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