Update QElectroTech.wxs

This commit is contained in:
Laurent Trinques
2026-05-12 22:58:00 +02:00
committed by GitHub
parent 82b8e7947e
commit 7a8cee0ce6

View File

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