Skip to content

Commit

Permalink
correct artifact name for download
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Dec 22, 2023
1 parent 6ed0fa3 commit 53ae92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/nodejs-install-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (process.env.CRSQLITE_NOPREBUILD) {
} else {
// todo: check msys?
if (["win32", "cygwin"].includes(process.platform)) {
os = "windows";
os = "win";
}

// manual ovverides for testing
Expand All @@ -36,7 +36,7 @@ if (process.env.CRSQLITE_NOPREBUILD) {
case "linux":
ext = "so";
break;
case "windows":
case "win":
ext = "dll";
break;
}
Expand Down

0 comments on commit 53ae92e

Please sign in to comment.