vcpkg: Disable telemetry by default (Closes #6413) (#6414)

This commit is contained in:
ALEXPRO100 2024-12-24 17:27:03 +08:00 committed by GitHub
parent 05d0725b32
commit 3bd4a90873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@
],
"installer": {
"file": "bootstrap-vcpkg.bat",
"args": ["-disableMetrics"],
"keep": true
},
"post_install": "vcpkg integrate install",