We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gz
1 parent e288a9e commit b8ac4aaCopy full SHA for b8ac4aa
core/nodejs-install-helper.js
@@ -52,7 +52,7 @@ if (process.env.CRSQLITE_NOPREBUILD) {
52
break;
53
}
54
55
- 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`;
56
console.log(`Look for prebuilt binary from ${binaryUrl}`);
57
const distPath = join("dist", `crsqlite.${ext}`);
58
0 commit comments