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}
2021-05-11 15:26:55 +00:00
..
2021-04-13 21:17:33 +00:00
2021-04-13 21:20:19 +00:00
2021-04-13 21:19:10 +00:00
2021-04-11 21:35:38 +00:00
2021-04-14 15:59:13 +00:00
2021-05-08 10:19:10 +00:00
2021-05-11 15:26:55 +00:00