WiX: Remove unnecessary parameter for candle.exe.

This commit is contained in:
Fyodor Sheremetyev 2013-03-15 21:45:08 +00:00
parent 7c572acbd6
commit b4277c1658

View file

@ -24,7 +24,7 @@ if "%VERSION%" == "" (
echo Detected version %VERSION%
cd windows
echo Creating msi...
"C:\Program Files\WiX Toolset v3.7\bin\candle.exe" -dVERSION=%VERSION% -ext WixUIExtension pandoc.wxs
"C:\Program Files\WiX Toolset v3.7\bin\candle.exe" -dVERSION=%VERSION% pandoc.wxs
if %errorlevel% neq 0 exit /b %errorlevel%
"C:\Program Files\WiX Toolset v3.7\bin\light.exe" -sw1076 -ext WixUIExtension -out pandoc-%VERSION%.msi pandoc.wixobj
if %errorlevel% neq 0 exit /b %errorlevel%