Skip to content

Commit

Permalink
update node-js helper script to look for gz extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Nov 29, 2023
1 parent 33f694c commit 17170b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/nodejs-install-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (process.env.CRSQLITE_NOPREBUILD) {
break;
}

const binaryUrl = `https://github.com/vlcn-io/cr-sqlite/releases/download/${version}/crsqlite-${os}-${arch}.zip`;
const binaryUrl = `https://github.com/vlcn-io/cr-sqlite/releases/download/${version}/crsqlite-${os}-${arch}.gz`;
console.log(`Look for prebuilt binary from ${binaryUrl}`);
const distPath = join("dist", `crsqlite.${ext}`);

Expand Down

0 comments on commit 17170b4

Please sign in to comment.