Skip to content

Commit

Permalink
fixed tar packaging in building
Browse files Browse the repository at this point in the history
  • Loading branch information
z1glr committed Feb 28, 2024
1 parent 05401d6 commit f5db5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ copy_release_file("LICENSE", "LICENSE.txt");
copy_release_dir(path.join(build_dir, "licenses"));

// pack the files in a .tar.gz-file
void tar.c({ gzip: true, file: release_dir + ".tar.gz" }, [release_dir]);
void tar.c({ gzip: true, file: release_dir + ".tar.gz", cwd: "dist" }, [path.relative("dist", release_dir)]);

0 comments on commit f5db5c3

Please sign in to comment.