Windows build script: add -windows to file name.
This commit is contained in:
parent
06da7be1fd
commit
0915967d84
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ cd windows
|
|||
echo Creating msi...
|
||||
candle -dVERSION=%VERSION% pandoc.wxs
|
||||
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%
|
||||
echo Starting kSign: sign, then quit kSign to complete the build...
|
||||
kSign
|
||||
|
|
Loading…
Reference in a new issue