Windows build script: add -windows to file name.

This commit is contained in:
John MacFarlane 2014-05-16 21:55:07 -07:00
parent 06da7be1fd
commit 0915967d84

View file

@ -30,7 +30,7 @@ cd windows
echo Creating msi... echo Creating msi...
candle -dVERSION=%VERSION% pandoc.wxs candle -dVERSION=%VERSION% pandoc.wxs
if %errorlevel% neq 0 exit /b %errorlevel% if %errorlevel% neq 0 exit /b %errorlevel%
light -sw1076 -ext WixUIExtension -out pandoc-%VERSION%.msi pandoc.wixobj light -sw1076 -ext WixUIExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj
if %errorlevel% neq 0 exit /b %errorlevel% if %errorlevel% neq 0 exit /b %errorlevel%
echo Starting kSign: sign, then quit kSign to complete the build... echo Starting kSign: sign, then quit kSign to complete the build...
kSign kSign