Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed Oct 27, 2021
1 parent 78d079b commit bbce0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function pack() {
fs.mkdirSync("prebuilds");

const pack = tar.pack(".", {
entries: ["build/Release/binding.node"],
entries: ["build/Release/nativelib.node"],
});

const file = `prebuilds/${getPackageName()}`;
Expand Down

0 comments on commit bbce0b3

Please sign in to comment.