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-03-30 09:42:09 -07:00
2021-03-30 09:42:09 -07:00
2021-05-07 12:24:58 +00:00
2021-03-30 09:42:09 -07:00
2021-05-11 01:15:43 +00:00
2021-05-11 13:31:44 +00:00
2021-05-11 13:47:02 +00:00
2021-05-11 02:09:50 +00:00
2021-05-06 19:07:22 +00:00
2021-05-11 12:38:21 +00:00
2021-05-11 15:09:30 +00:00
2021-05-08 06:03:46 +00:00
2021-05-11 14:30:09 +00:00
2021-05-11 14:49:16 +00:00
2021-05-11 13:31:21 +00:00
2021-05-10 09:14:44 +00:00
2021-05-11 15:25:44 +00:00
2021-05-11 02:09:47 +00:00
2021-05-11 14:36:30 +00:00
2021-05-11 14:29:54 +00:00
2021-05-08 15:27:42 +00:00
2021-05-10 18:33:17 +00:00
2021-05-11 14:44:20 +00:00
2021-05-11 15:03:10 +00:00
2021-05-10 15:22:33 +00:00
2021-05-11 15:05:49 +00:00
2021-05-11 15:26:55 +00:00
2021-05-08 17:14:18 +00:00
2021-05-11 01:06:55 +00:00
2021-05-11 12:37:51 +00:00