Mercurial > hg > sonic-visualiser
view deploy/win64/build.cmd @ 1701:5a6068ba6c24
Change of plan; this will be 3.0.3. I'm not going to make any more substantial fixes, so it's not a big enough change for 3.1, but I don't want to hold off the release for long. And hey, it's 303
author | Chris Cannam |
---|---|
date | Thu, 25 May 2017 09:24:01 +0100 |
parents | ffad03335920 |
children | 49e9bacd0924 |
line wrap: on
line source
@ECHO OFF SET WIXPATH="C:\Program Files (x86)\WiX Toolset v3.9\bin" IF NOT EXIST %WIXPATH% ( SET WIXPATH="C:\Program Files\WiX Toolset v3.9\bin" ) DEL sonic-visualiser.msi %WIXPATH%\candle.exe -v sonic-visualiser.wxs %WIXPATH%\light.exe -b ..\..\..\build-sonic-visualiser-Desktop_Qt_5_7_0_MSVC2015_64bit-Release -ext WixUIExtension -v sonic-visualiser.wixobj PAUSE DEL sonic-visualiser.wixobj DEL sonic-visualiser.wixpdb