update installer WIX GUID following release

This commit is contained in:
Evan Tschannen 2019-08-13 16:33:32 -07:00
parent a067e6e812
commit a366f08e05
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='{58FCFFC7-2458-48FF-B61F-26AF7243BB18}' Id='{F88F9CF4-63D7-4C67-A01D-B35E031A8316}'
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}' UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
Version='$(var.Version)' Version='$(var.Version)'
Manufacturer='$(var.Manufacturer)' Manufacturer='$(var.Manufacturer)'