We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bebbf8 commit 391eb03Copy full SHA for 391eb03
xmake/scripts/xpack/wix/msi.wxs
@@ -30,8 +30,8 @@
30
<WixVariable Id="WixUILicenseRtf" Value="$(PackageLicenseFile)" />
31
<ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER" />
32
<StandardDirectory Id="ProgramFiles6432Folder">
33
- <Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
+ <Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
34
</StandardDirectory>
35
${PACKAGE_WIX_CMDS}
36
</Package>
37
-</Wix>
+</Wix>
0 commit comments