mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Print out Wix XML when building MSI package for debugging
This commit is contained in:
@@ -107,6 +107,7 @@ XML_PRODUCT="\t<Product Name='${PRODUCTNAME}' Manufacturer='${VENDOR}'\n\t\tId='
|
||||
echo -e $XML_HEADER $XML_PRODUCT > $XMLOUTFILE
|
||||
echo -e "\t...Done!\n\n"
|
||||
|
||||
cat $XMLOUTFILE
|
||||
|
||||
#Once the XML file manifest is created create the package
|
||||
candle -arch x64 ${PRODUCTNAME,,}.wxs
|
||||
|
||||
Reference in New Issue
Block a user