modify the bucket manifest to allow persist (#1547)

* modify the bucket manifist to allow persist

* update nvm.json to properly persist the nvm symlink
This commit is contained in:
Jack Tzu-Chieh Huang 2017-06-09 07:30:23 +08:00 committed by Richard Kuhnt
parent 0b291856bb
commit fbc93c568d

View File

@ -3,18 +3,18 @@
"version": "1.1.5", "version": "1.1.5",
"url": "https://github.com/coreybutler/nvm-windows/releases/download/1.1.5/nvm-noinstall.zip", "url": "https://github.com/coreybutler/nvm-windows/releases/download/1.1.5/nvm-noinstall.zip",
"bin": [ "bin": [
"nvm.exe", "nvm.exe"
"elevate.cmd",
"elevate.vbs"
], ],
"persist": [ "persist": [
"nodejs", "nodejs",
["elevate.cmd", "nodejs\\elevate.cmd"],
["elevate.vbs", "nodejs\\elevate.vbs"],
"settings.txt" "settings.txt"
], ],
"env_add_path": "nodejs", "env_add_path": "nodejs\\nodejs",
"env_set": { "env_set": {
"NVM_HOME": "$dir", "NVM_HOME": "$dir",
"NVM_SYMLINK": "$persist_dir\\nodejs" "NVM_SYMLINK": "$persist_dir\\nodejs\\nodejs"
}, },
"hash": "cbe1b6d71cc420f2d4428e4b7d41b8eb409232706385b2e97f2b749228e370bc", "hash": "cbe1b6d71cc420f2d4428e4b7d41b8eb409232706385b2e97f2b749228e370bc",
"architecture": { "architecture": {