Skip to content

Commit 44104a6

Browse files
authored
Fix build script (#155)
1 parent 1ed7b48 commit 44104a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"module_name": "node-active-win",
2323
"module_path": "./lib/binding/napi-{napi_build_version}-{platform}-{libc}-{arch}",
2424
"host": "https://github.com/sindresorhus/active-win/releases/download/",
25-
"remote_path": "{version}",
25+
"remote_path": "v{version}",
2626
"package_name": "napi-{napi_build_version}-{platform}-{libc}-{arch}.tar.gz",
2727
"napi_versions": [
2828
3,

0 commit comments

Comments
 (0)