From 9e6ea435afe5971ec7b58953dbb9ece55b0d2004 Mon Sep 17 00:00:00 2001 From: idk Date: Sat, 1 Oct 2022 21:28:00 -0400 Subject: [PATCH] Comment out Potent Portables --- targz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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