From c622b64650dec4963373ff0e7e0846fbb640adf9 Mon Sep 17 00:00:00 2001 From: Rezzo Date: Fri, 24 Nov 2023 11:14:38 +0000 Subject: [PATCH] remove linux gzip compression --- build-tools/build-indexes | 1 - 1 file changed, 1 deletion(-) diff --git a/build-tools/build-indexes b/build-tools/build-indexes index 421eb77ec..27ec32057 100755 --- a/build-tools/build-indexes +++ b/build-tools/build-indexes @@ -1561,7 +1561,6 @@ function buildTeambuilderTables() { var tbtGz = fs.createWriteStream(tableDir + '.gz'); tbtJs.pipe(gzip).pipe(tbtGz); - child_process.execSync('gzip -c ' + tableDir + ' > ' + tableDir + '.gz'); console.log("DONE"); console.log("writing ModConfig...");