aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorFyodor Sheremetyev <sheremetyev@gmail.com>2013-03-15 21:45:08 +0000
committerFyodor Sheremetyev <sheremetyev@gmail.com>2013-03-15 21:45:08 +0000
commitb4277c16581b44bb284e60486693b5916c40eb9a (patch)
tree645a1bbdfdc5494811d8ac994ed151363e76f1a9 /windows
parent7c572acbd659381997f2559d23beb2eb6b588c41 (diff)
downloadpandoc-b4277c16581b44bb284e60486693b5916c40eb9a.tar.gz
WiX: Remove unnecessary parameter for candle.exe.
Diffstat (limited to 'windows')
-rw-r--r--windows/make-windows-installer.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat
index 91a31cfb9..e13d324c7 100644
--- a/windows/make-windows-installer.bat
+++ b/windows/make-windows-installer.bat
@@ -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%