mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-24 03:39:45 +00:00
[bootstrap.ps1] Cleanup intermediate files after build
This commit is contained in:
parent
5a1a75d2d6
commit
9cd5f5be00
@ -390,3 +390,4 @@ Write-Verbose("Placing vcpkg.exe in the correct location")
|
||||
|
||||
Copy-Item "$vcpkgReleaseDir\vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" | Out-Null
|
||||
Copy-Item "$vcpkgReleaseDir\vcpkgmetricsuploader.exe" "$vcpkgRootDir\scripts\vcpkgmetricsuploader.exe" | Out-Null
|
||||
Remove-Item "$vcpkgReleaseDir" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
|
Loading…
Reference in New Issue
Block a user