mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
vcpkg: Add missing persist directories (#4102)
This commit is contained in:
parent
935f2e772b
commit
f90cd5af27
@ -16,8 +16,10 @@
|
|||||||
"script": "vcpkg integrate remove"
|
"script": "vcpkg integrate remove"
|
||||||
},
|
},
|
||||||
"persist": [
|
"persist": [
|
||||||
|
"buildtrees",
|
||||||
"downloads",
|
"downloads",
|
||||||
"installed"
|
"installed",
|
||||||
|
"packages"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/microsoft/vcpkg/"
|
"github": "https://github.com/microsoft/vcpkg/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user