X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=support%2Fcreate-driver-installer.cmd;h=b07bc894e60d33bf380d4b8613d517053d2e6dd9;hb=66bc83fd3773a4beef80b8b66f9993cf6665c6dd;hp=6b6b5d39efee967af316de852fa68b60300729e9;hpb=10c03f2c2ee8de84829e5b38e655a0a7b14c737a;p=deb_libcec.git diff --git a/support/create-driver-installer.cmd b/support/create-driver-installer.cmd index 6b6b5d3..b07bc89 100644 --- a/support/create-driver-installer.cmd +++ b/support/create-driver-installer.cmd @@ -20,6 +20,12 @@ echo. Copying driver installer copy "%DDK%\redist\DIFx\dpinst\MultiLin\amd64\dpinst.exe" ..\build\dpinst-amd64.exe copy "%DDK%\redist\DIFx\dpinst\MultiLin\x86\dpinst.exe" ..\build\dpinst-x86.exe +:CREATECAT +IF EXIST "..\support\create-cat.cmd" ( + echo. Updating the catalogue + CALL ..\support\create-cat.cmd +) + :CREATEINSTALLER echo. Creating the installer %NSIS% /V1 /X"SetCompressor /FINAL lzma" "p8-usbcec-driver.nsi"