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-05-04 19:16:58 +00:00
2021-04-22 16:22:43 +00:00
2021-04-13 02:26:20 +00:00
2021-04-13 21:03:50 +00:00
2021-04-05 05:20:12 +00:00
2021-05-04 07:35:41 +00:00
2021-05-09 00:18:04 +00:00
2021-04-10 01:09:02 +00:00
2021-05-04 18:44:03 +00:00
2021-04-11 21:38:32 +00:00
2021-05-06 17:18:20 +00:00
2021-05-11 15:26:55 +00:00
2021-04-22 20:45:22 +00:00
2021-04-05 05:48:32 +00:00
2021-04-05 05:02:08 +00:00