summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2024-05-28 22:19:23 +0800
committerruki <[email protected]>2024-05-28 22:19:23 +0800
commit391eb035b8287966cadfec022d07e13367715ed5 (patch)
tree0383dda068a197822672b3462e88183373fa9d77 /xmake/scripts
parent4bebbf8585827052f7a2e02a5539703e785618cc (diff)
format wxs
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/xpack/wix/msi.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/scripts/xpack/wix/msi.wxs b/xmake/scripts/xpack/wix/msi.wxs
index 3337121f5..f907ee33e 100644
--- a/xmake/scripts/xpack/wix/msi.wxs
+++ b/xmake/scripts/xpack/wix/msi.wxs
@@ -30,8 +30,8 @@
<WixVariable Id="WixUILicenseRtf" Value="$(PackageLicenseFile)" />
<ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER" />
<StandardDirectory Id="ProgramFiles6432Folder">
- <Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
+ <Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
</StandardDirectory>
${PACKAGE_WIX_CMDS}
</Package>
-</Wix> \ No newline at end of file
+</Wix>