mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-2650 Fixed detection/install of markdown-pdf
This commit is contained in:
parent
85f14ca3bb
commit
dcf24a51dc
@ -107,8 +107,8 @@ if NOT EXIST c:\electron-installer\signing.bat (
|
|||||||
call c:\electron-installer\signing.bat
|
call c:\electron-installer\signing.bat
|
||||||
copy "WixSharpInstaller\Symphony.msi" "%targetsDir%\Experimental-%archiveName%.msi"
|
copy "WixSharpInstaller\Symphony.msi" "%targetsDir%\Experimental-%archiveName%.msi"
|
||||||
|
|
||||||
%SystemRoot%\System32\where.exe markdown-pdf
|
%SystemRoot%\System32\where.exe /q markdown-pdf
|
||||||
if NOT ERRORLEVEL 0 (
|
if ERRORLEVEL 1 (
|
||||||
npm install -g markdown-pdf
|
call npm install -g markdown-pdf
|
||||||
)
|
)
|
||||||
markdown-pdf install_instructions_win.md -o "%targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf"
|
markdown-pdf install_instructions_win.md -o "%targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf"
|
||||||
|
Loading…
Reference in New Issue
Block a user