Skip to content

Commit 30b2498

Browse files
authored
Update Installer.wxs
1 parent ce9779a commit 30b2498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Installer.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636

3737
<Icon Id="IconFile.ico" SourceFile="C:\projects\pixelarttool\PixelArtTool\Resources\Icons\appicon.ico" />
3838

39+
</Product>
40+
3941
<!-- Define the RemoveFile table -->
4042
<Fragment>
4143
<ComponentGroup Id="RemoveFileGroup">
4244
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
4345
</ComponentGroup>
4446
</Fragment>
4547

46-
</Product>
47-
4848
</Wix>

0 commit comments

Comments
 (0)