mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-18 18:49:15 +00:00
![TheGoddessInari](/assets/img/avatar_default.png)
In Powershell 6.2/7.0, `Get-ChildItem`'s paths are now printed as absolute paths instead of relative paths; this breaks the code we have that assumes that they're printed as relative paths. Thus, change the code to request the `Name` property specifically, which is what we actually wanted.