summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorA2va <[email protected]>2024-05-08 13:36:40 +0200
committerA2va <[email protected]>2024-05-08 13:36:40 +0200
commitcd3b9b037ece3d8dce7711f4143351733ce2a2ba (patch)
treef08d093ee0ac63f733832c965cae008beacdcd4d /xmake/scripts
parent88e54f59fb02d94cbd669e03848b7c09057d66ae (diff)
Fixes
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/xpack/wix/msi.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/xpack/wix/msi.wxs b/xmake/scripts/xpack/wix/msi.wxs
index 0e4727117..6bbab6457 100644
--- a/xmake/scripts/xpack/wix/msi.wxs
+++ b/xmake/scripts/xpack/wix/msi.wxs
@@ -29,6 +29,6 @@
<Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
</Directory>
</StandardDirectory>
- ${PACKAGE_CMDS}
+ ${PACKAGE_WIX_CMDS}
</Package>
</Wix> \ No newline at end of file