Luis Lavena
dfd0e8d087
Correct WireGuard arm64 and x64 ProductCode (#12479)
Per conversation in microsoft/winget-pkgs#12457, the previous version
`ProductCode` references were used.
This uses the correct ones.
Codes obtained using PowerShell:
PS C:\> Get-AppLockerFileInformation -Path ".\wireguard-amd64-0.3.14.msi" |
select -ExpandProperty Publisher | Select BinaryName
BinaryName
----------
{DF1A0F7C-F116-4906-BEF6-EF24AA79969E}
PS C:\> Get-AppLockerFileInformation -Path ".\wireguard-arm64-0.3.14.msi" |
select -ExpandProperty Publisher | Select BinaryName
BinaryName
----------
{890F22D7-5BA8-4D6B-B285-CEC84BAA2DCC}
PS C:\> Get-AppLockerFileInformation -Path ".\wireguard-x86-0.3.14.msi" |
select -ExpandProperty Publisher | Select BinaryName
BinaryName
----------
{1C5E1A8C-C43C-4647-AB9E-EF63F820805B}