mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 05:41:32 +00:00
nodejs: Add 32bit support back (#3830)
* nodejs: Add 32bit support back
See c413518119 (commitcomment-81309371)
* Remove whitespace
This commit is contained in:
parent
f4fd33312f
commit
c15dc5d480
@ -8,6 +8,11 @@
|
|||||||
"url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x64.7z",
|
"url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x64.7z",
|
||||||
"hash": "8af2dd97c0250287960cca4604337ed2e0e0a3b1d414cef5f68056a84f5966ee",
|
"hash": "8af2dd97c0250287960cca4604337ed2e0e0a3b1d414cef5f68056a84f5966ee",
|
||||||
"extract_dir": "node-v18.7.0-win-x64"
|
"extract_dir": "node-v18.7.0-win-x64"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x86.7z",
|
||||||
|
"hash": "ef934a8315044b7588fe6762e73d3175a08c9ef4f1288b97f11520b1fc3ef172",
|
||||||
|
"extract_dir": "node-v18.7.0-win-x86"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"persist": [
|
"persist": [
|
||||||
@ -31,6 +36,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z",
|
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z",
|
||||||
"extract_dir": "node-v$version-win-x64"
|
"extract_dir": "node-v$version-win-x64"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x86.7z",
|
||||||
|
"extract_dir": "node-v$version-win-x86"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user