Skip to content

Commit 802df93

Browse files
committed
fix: upgrade code guid (#21)
1 parent d84e60d commit 802df93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VSTemplate/Product.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33
<Product Id="*" Name="$safeprojectname$ Nerd Font" Language="1033" Version="2.3.3"
4-
Manufacturer="DEVCOM" UpgradeCode="c0958d9a-1772-4444-82fc-1149c850d6ae">
4+
Manufacturer="DEVCOM" UpgradeCode="$guid1$">
55
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
66

77
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

0 commit comments

Comments
 (0)