diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-07-06 13:29:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-06 13:29:46 -0700 |
| commit | 2b8e225b2ea83a3138d4b7345f104c1bd9a129dd (patch) | |
| tree | 531f1a62e608c7751b87a121da7507da13f1a476 /scripts | |
| parent | 17b5841bc36a13f950af8b052335b2ea56b05db5 (diff) | |
| download | vcpkg-2b8e225b2ea83a3138d4b7345f104c1bd9a129dd.tar.gz vcpkg-2b8e225b2ea83a3138d4b7345f104c1bd9a129dd.zip | |
[vcpkg] Fix powershell font corruption bug (#7094)
* [vcpkg] Fix font corruption bug on Windows by downloading Powershell Core
* [vcpkg] Rename subtool to powershell-core
* [vcpkg] Add missing includes to project files
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vcpkgTools.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml index c7d5c218a..8f90ce8dc 100644 --- a/scripts/vcpkgTools.xml +++ b/scripts/vcpkgTools.xml @@ -114,4 +114,11 @@ <sha512>56a55ae9a6b5dfad4f28f9fe9b8114f1475c999d2f07fff7efa7375f987e74b498e9b63c41fc6c577756f15f3a1459c6d5d367902de3bedebdf9a9fd49089a86</sha512> <archiveName>ninja-freebsd-1.8.2.zip</archiveName> </tool> + <tool name="powershell-core" os="windows"> + <version>6.2.1</version> + <exeRelativePath>pwsh.exe</exeRelativePath> + <url>https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.zip</url> + <sha512>ab1effc926b000a6adc12198a1886514ec203621a53b0cd7ec1cd9a8225dccda7e857feaabcfba4004bea73129b986abaad777c4573f44e0af70411226ce08b0</sha512> + <archiveName>PowerShell-6.2.1-win-x86.zip</archiveName> + </tool> </tools> |
