Skip to content

Commit 2be3563

Browse files
authored
Update Installer.wxs
1 parent 1d5cbad commit 2be3563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Remove the shortcut on uninstall -->
2525
<RemoveFolder Id="ProgramMenuFolder" Directory="ProgramMenuFolder" On="uninstall" />
2626
<!-- Remove the shortcut on uninstall -->
27-
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" /
27+
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
2828
> <!-- <RegistryValue Root="HKCU" Key="Software\Microsoft\PixelArtTool" Name="installed" Type="integer" Value="1" KeyPath="yes" /> -->
2929

3030
</Component>

0 commit comments

Comments
 (0)