Added x86 architecture for PowerShell version 6.2.1. (#10408)

This commit is contained in:
Easton Pillay
2021-04-09 14:39:48 -05:00
committed by GitHub
parent 55efa39b5d
commit 3cbdcb2701
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.1
FileExtensions:
- ps1
Commands:
- pwsh
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x64.msi
InstallerSha256: C24406CA8F65440FA0381E417B05A16161227276EB3B77091FDB9D174B7F3144
ProductCode: "{20550CD1-4102-4984-BD59-6FE1666D98C0}"
- Architecture: x86
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.msi
InstallerSha256: 0FE4EA7B87A948C4C42551AB68E22FCD12BFF593954DD4483CFFDF541C23A5E4
ProductCode: "{EA7E74BE-C39B-4643-9D24-312413D434AA}"
ManifestType: installer
ManifestVersion: 1.0.0