Update QElectroTech.wxs

This commit is contained in:
Laurent Trinques
2026-05-12 23:01:54 +02:00
committed by GitHub
parent 7a8cee0ce6
commit 8e327448cc

View File

@@ -105,8 +105,8 @@
<!-- WixUI_Minimal with QElectroTech GPL-2 license -->
<ui:WixUI Id="WixUI_Minimal" />
<!-- WixVariable must be at Package level, not inside WixUI -->
<ui:WixVariable Id="WixUILicenseRtf" Value="$(var.LicenseRtf)" />
<!-- WixVariable without ui: namespace, at Package level -->
<WixVariable Id="WixUILicenseRtf" Value="$(var.LicenseRtf)" />
<!-- Properties shown in Programs and Features -->
<Property Id="ARPPRODUCTICON" Value="qet.ico" />