Skip to content

Commit

Permalink
remove linux gzip compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezzo64 committed Nov 24, 2023
1 parent 3e76371 commit c622b64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-tools/build-indexes
Original file line number Diff line number Diff line change
Expand Up @@ -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...");
Expand Down

0 comments on commit c622b64

Please sign in to comment.