From: Lars Op den Kamp Date: Fri, 10 Feb 2012 19:43:12 +0000 (+0100) Subject: deleted the signed driver from the tree, since that doesn't work. let the installer... X-Git-Tag: upstream/2.2.0~1^2~35^2~108 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=66bc83fd3773a4beef80b8b66f9993cf6665c6dd deleted the signed driver from the tree, since that doesn't work. let the installer create a new signed driver on the production build system --- diff --git a/.gitignore b/.gitignore index 2fe1e2f..a535243 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ *.user /support/sign-binary.cmd +/support/create-cat.cmd + +/driver/p8usb-cec.cat aclocal.m4 autom4te.cache diff --git a/driver/p8usb-cec.cat b/driver/p8usb-cec.cat deleted file mode 100644 index 5a85256..0000000 Binary files a/driver/p8usb-cec.cat and /dev/null differ 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"