From 920d1187fa5392fa2363b170a202cb63e75d1c08 Mon Sep 17 00:00:00 2001
From: A2va <49582555+A2va@users.noreply.github.com>
Date: Thu, 14 Mar 2024 23:00:43 +0100
Subject: Refactor cp cmd to output a better xml
---
xmake/scripts/xpack/wix/msi.wxs | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
(limited to 'xmake/scripts')
diff --git a/xmake/scripts/xpack/wix/msi.wxs b/xmake/scripts/xpack/wix/msi.wxs
index 79a5f1de6..0e4727117 100644
--- a/xmake/scripts/xpack/wix/msi.wxs
+++ b/xmake/scripts/xpack/wix/msi.wxs
@@ -22,19 +22,13 @@
-
+
-
-
- ${PACKAGE_WIX_FILE_OPERATION_INSTALL}
- ${PACKAGE_WIX_FILE_OPERATION_UNINSTALL}
-
- ${PACKAGE_INSTALLCMDS}
-
+ ${PACKAGE_CMDS}
\ No newline at end of file
--
cgit v1.3.1