diff options
| author | A2va <[email protected]> | 2024-05-08 13:36:40 +0200 |
|---|---|---|
| committer | A2va <[email protected]> | 2024-05-08 13:36:40 +0200 |
| commit | cd3b9b037ece3d8dce7711f4143351733ce2a2ba (patch) | |
| tree | f08d093ee0ac63f733832c965cae008beacdcd4d /xmake/scripts | |
| parent | 88e54f59fb02d94cbd669e03848b7c09057d66ae (diff) | |
Fixes
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/wix/msi.wxs | 2 |
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 |
