Skip to content

Commit

Permalink
Build - improve Windows msi build script
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 21, 2024
1 parent 3896601 commit 298838a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/windows/wix/gen_msi.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
cd %~dp0
cd ..

@echo "Remove old files"
del /q /s /f *.wixobj
del /q /s /f *.wixpdb
del /q /s /f ReleaseFiles*
@echo "Generating msi"
candle wix\sonic-pi.wxs etc.wxs gui.wxs server.wxs config.wxs -ext WixUtilExtension -arch x64
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 comments on commit 298838a

Please sign in to comment.