We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3896601 commit 298838aCopy full SHA for 298838a
install/windows/wix/gen_msi.bat
@@ -1,5 +1,10 @@
1
cd %~dp0
2
cd ..
3
+
4
+@echo "Remove old files"
5
+del /q /s /f *.wixobj
6
+del /q /s /f *.wixpdb
7
+del /q /s /f ReleaseFiles*
8
@echo "Generating msi"
9
candle wix\sonic-pi.wxs etc.wxs gui.wxs server.wxs config.wxs -ext WixUtilExtension -arch x64
10
light sonic-pi.wixobj etc.wixobj gui.wixobj server.wixobj config.wixobj -ext WixUtilExtension -ext WixUIExtension -o wix\Sonic-Pi.msi -b etc -b app\gui -b app\server -b app\config
0 commit comments