mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
nodejs: Add arm64 architecture (#4690)
This commit is contained in:
parent
8c1a06a570
commit
35593201c4
@ -13,6 +13,11 @@
|
||||
"url": "https://nodejs.org/dist/v20.0.0/node-v20.0.0-win-x86.7z",
|
||||
"hash": "a147b247e19e1324d8f7edef6c1ae4e24e5bdad9867843a2b4b491a0f3d73dd5",
|
||||
"extract_dir": "node-v20.0.0-win-x86"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://nodejs.org/dist/v20.0.0/node-v20.0.0-win-arm64.7z",
|
||||
"hash": "d3a68cd41eeb773e20a3033e5b1502844fd392818cb64a6cd5febf3193136ad6",
|
||||
"extract_dir": "node-v20.0.0-win-arm64"
|
||||
}
|
||||
},
|
||||
"persist": [
|
||||
@ -40,6 +45,10 @@
|
||||
"32bit": {
|
||||
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x86.7z",
|
||||
"extract_dir": "node-v$version-win-x86"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://nodejs.org/dist/v$version/node-v$version-win-arm64.7z",
|
||||
"extract_dir": "node-v$version-win-arm64"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user