From 7809a41c1a74f9024bda60539d1e59ea5356650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=E9=B8=BD?= <43724908+Akarinnnnn@users.noreply.github.com> Date: Thu, 2 Dec 2021 14:53:03 +0800 Subject: [PATCH] =?UTF-8?q?vcpkg=E6=B8=85=E7=90=86=E5=A4=A7=E5=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 一键删除已安装库 --- vcpkg.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vcpkg.ps1 diff --git a/vcpkg.ps1 b/vcpkg.ps1 new file mode 100644 index 0000000..a1e1e36 --- /dev/null +++ b/vcpkg.ps1 @@ -0,0 +1,6 @@ +$vcpkgexe = (where.exe 'vcpkg')[0] +$vcpkgroot = Split-Path -Parent $vcpkgexe + +Remove-Item -Recurse -Force -LiteralPath "$vcpkgroot\installed\","$vcpkgroot\buildtrees\" +# fking slaves get your axx back here +Write-Host '您配吗?'