update installer WIX GUID following release

This commit is contained in:
Evan Tschannen 2020-01-20 14:34:13 -08:00
parent 83ee7faf25
commit d9efe30b74
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='{6D62DCD3-AFF0-4665-923F-6BEA167C5507}' Id='{09EA1ACC-ECC6-4B3D-B2D3-92342B28CA4E}'
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}' UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
Version='$(var.Version)' Version='$(var.Version)'
Manufacturer='$(var.Manufacturer)' Manufacturer='$(var.Manufacturer)'