Skip to content

Commit b8ac4aa

Browse files
committed
update node-js helper script to look for gz extension
1 parent e288a9e commit b8ac4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/nodejs-install-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (process.env.CRSQLITE_NOPREBUILD) {
5252
break;
5353
}
5454

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

0 commit comments

Comments
 (0)