Removed extraneous element from Windows installer

This commit is contained in:
Alvin Moore 2018-04-24 14:37:35 -07:00
parent d3b802f79a
commit 0817ef3a7d

View File

@ -408,6 +408,4 @@ To allow path variables to update, please restart your IDE and any open terminal
<WixVariable Id="WixUIDialogBmp" Value="$(var.ProjectRoot)\art\dialog.jpg" />
<WixVariable Id="WixUIBannerBmp" Value="$(var.ProjectRoot)\art\banner.jpg" />
</Product>
<UI>
</UI>
</Wix>