Skip to content

Commit 391eb03

Browse files
committed
format wxs
1 parent 4bebbf8 commit 391eb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmake/scripts/xpack/wix/msi.wxs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<WixVariable Id="WixUILicenseRtf" Value="$(PackageLicenseFile)" />
3131
<ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER" />
3232
<StandardDirectory Id="ProgramFiles6432Folder">
33-
<Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
33+
<Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
3434
</StandardDirectory>
3535
${PACKAGE_WIX_CMDS}
3636
</Package>
37-
</Wix>
37+
</Wix>

0 commit comments

Comments
 (0)