Added x86 architecture for PowerShell version 6.2.5. (#10412)

This commit is contained in:
Easton Pillay
2021-04-09 14:16:10 -05:00
committed by GitHub
parent 66073bbe68
commit 2541f89ada
3 changed files with 45 additions and 25 deletions

View File

@@ -0,0 +1,20 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Microsoft.PowerShell
PackageVersion: 6.2.5
FileExtensions:
- ps1
Commands:
- pwsh
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.5/PowerShell-6.2.5-win-x64.msi
InstallerSha256: DBD4E6FB222D868C1D55FBF9F2797FEB35083B51EE8454FF11194FC7F76B01D3
ProductCode: "{24117DA7-83AA-439D-98EA-D57E2826D10D}"
- Architecture: x86
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.5/PowerShell-6.2.5-win-x86.msi
InstallerSha256: 7EC1BEB2F310D32C733203E6FF37994C2F0064BF8EC036363DB0AEB6EAB15F38
ProductCode: "{5896B11A-8DD8-4280-874B-1740E55B8C7F}"
ManifestType: installer
ManifestVersion: 1.0.0