Skip to content

Commit c27deb6

Browse files
committed
fix: remote path in pre-gyp incorrect
1 parent 695e5e9 commit c27deb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"module_name": "libvirt",
1414
"module_path": "build/Release",
1515
"host": "https://github.com/unraid/libvirt/releases/download/",
16-
"remote_path": "{version}",
16+
"remote_path": "v{version}",
1717
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
1818
"target": ">=14.0.0",
1919
"target_platform": [

0 commit comments

Comments
 (0)