Added x86 architecture for PowerShell version 6.2.2. (#10409)

This commit is contained in:
Easton Pillay
2021-04-09 14:35:11 -05:00
committed by GitHub
parent c8ddc3466b
commit 55efa39b5d
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.2
FileExtensions:
- ps1
Commands:
- pwsh
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.2/PowerShell-6.2.2-win-x64.msi
InstallerSha256: FBFAF00A72018D9C49A6C5A05C6D05F9EA4BC6A4F6952D9F3B4FCCA96274E963
ProductCode: "{A55D1349-D294-43E8-B79A-1EC86DC3D18A}"
- Architecture: x86
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.2/PowerShell-6.2.2-win-x86.msi
InstallerSha256: 016D39CA5A735AEDE369F803DDC91E65D113B65226F134E2B0AFFD589B126B48
ProductCode: "{C624E6C6-3E92-4962-BF07-8C79E66C9FF2}"
ManifestType: installer
ManifestVersion: 1.0.0