update installer WIX GUID following release

This commit is contained in:
Evan Tschannen 2020-02-26 22:24:48 -08:00
parent d8a21bc02f
commit e113b84e25
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'> <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='$(var.Title)' <Product Name='$(var.Title)'
Id='{A367558A-B357-463E-B43A-829823A3CE72}' Id='{F1D7D860-8033-4592-8A68-18E4BD8DAB5C}'
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}' UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
Version='$(var.Version)' Version='$(var.Version)'
Manufacturer='$(var.Manufacturer)' Manufacturer='$(var.Manufacturer)'