mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
vcpkg: Add root directory as env variable (#5312)
This commit is contained in:
parent
1e93800542
commit
a07d53a0e9
@ -11,6 +11,9 @@
|
||||
"keep": true
|
||||
},
|
||||
"bin": "vcpkg.exe",
|
||||
"env_set": {
|
||||
"VCPKG_ROOT": "$dir"
|
||||
},
|
||||
"post_install": "vcpkg integrate install",
|
||||
"uninstaller": {
|
||||
"script": "vcpkg integrate remove"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user