deleted the signed driver from the tree, since that doesn't work. let the installer...
[deb_libcec.git] / support / create-driver-installer.cmd
index 6b6b5d39efee967af316de852fa68b60300729e9..b07bc894e60d33bf380d4b8613d517053d2e6dd9 100644 (file)
@@ -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"