mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/coreybutler/nvm-windows",
|
|
"version": "1.1.3",
|
|
"url": "https://github.com/coreybutler/nvm-windows/releases/download/1.1.3/nvm-noinstall.zip",
|
|
"extract_dir": "\\",
|
|
"bin": [
|
|
"nvm.exe",
|
|
"elevate.cmd",
|
|
"elevate.vbs"
|
|
],
|
|
"env_add_path": "nodejs",
|
|
"env_set": {
|
|
"NVM_HOME": "$dir",
|
|
"NVM_SYMLINK": "$dir\\nodejs"
|
|
},
|
|
"hash": "66a3ddfc6e022b2a2d435b6bb4f2df23c5e347d2b062dc74d5d291c0d62e68a3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"post_install": "\"root: $dir `r`narch: 64 `r`nproxy: none `r`noriginalpath: `r`noriginalversion: `r`n\" | Out-File -encoding \"ASCII\" $dir\\settings.txt"
|
|
},
|
|
"32bit": {
|
|
"post_install": "\"root: $dir `r`narch: 32 `r`nproxy: none `r`noriginalpath: `r`noriginalversion: `r`n\" | Out-File -encoding \"ASCII\" $dir\\settings.txt"
|
|
}
|
|
},
|
|
"notes": "You'll need to restart powershell/cmd to have it reload Environment Variables so nvm will work correctly",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/coreybutler/nvm-windows/releases/download/$version/nvm-noinstall.zip"
|
|
}
|
|
}
|