diff --git a/targz.sh b/targz.sh index f856c1e..bbe07cb 100755 --- a/targz.sh +++ b/targz.sh @@ -13,6 +13,6 @@ fi wsl make distclean ./build.sh cd "$SCRIPT_DIR/I2P" || exit 1 -./lib/torbrowser.sh +# ./lib/torbrowser.sh <- haha just kidding, but uncomment this to make it pack everything it needs into the tar.gz cd "$SCRIPT_DIR" || exit 1 tar czvf I2P.tar.gz I2P \ No newline at end of file