Added x86 architecture for PowerShell version 6.2.6. (#10413)
This commit is contained in:
@@ -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.6
|
||||
FileExtensions:
|
||||
- ps1
|
||||
Commands:
|
||||
- pwsh
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.6/PowerShell-6.2.6-win-x64.msi
|
||||
InstallerSha256: 8E999B59A4DD9B40AB9E032866DD2FE0F18E53E38C67A7583932F8ED213AB1FE
|
||||
ProductCode: "{3E687D5A-09A8-4A0E-8E33-16B27BE7D0B0}"
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.6/PowerShell-6.2.6-win-x86.msi
|
||||
InstallerSha256: 2F5B0BE7A53B55EDAE25D39D0A54FE0876E2896559B9156FB07B77CB79D18EEB
|
||||
ProductCode: "{0C2FC8A0-C59C-41D9-A58A-A9C6CD5E02D3}"
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
Reference in New Issue
Block a user