Skip to content
This repository was archived by the owner on Jun 4, 2021. It is now read-only.

Commit 1dc2243

Browse files
committed
fix node-pre-gyp remote path
1 parent 24028df commit 1dc2243

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
@@ -19,7 +19,7 @@
1919
"module_path": "./bin/napi-v{napi_build_version}",
2020
"package_name": "onnxruntime-{platform}-{arch}-{node_napi_label}.tar.gz",
2121
"host": "https://github.com/fs-eire/onnxjs-node/releases/download/",
22-
"remote_path": "{version}",
22+
"remote_path": "v{version}",
2323
"napi_versions": [3]
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)