WiX: Remove unnecessary parameter for candle.exe.
This commit is contained in:
parent
7c572acbd6
commit
b4277c1658
1 changed files with 1 additions and 1 deletions
|
@ -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%
|
||||
|
|
Loading…
Add table
Reference in a new issue