Skip to content

Commit 7f1f1ca

Browse files
committed
Fix download URL
1 parent 0aa2dc0 commit 7f1f1ca

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
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"BigRedButton": "scripts/BigRedButton",
2222
"build": "scripts/preinstall && scripts/build && scripts/postinstall",
23-
"install": "prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/{version}/{platform}-{arch}.tar.gz",
23+
"install": "prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz",
2424
"test": "scripts/test",
2525
"unbuild": "scripts/unbuild"
2626
},

0 commit comments

Comments
 (0)