deleted the signed driver from the tree, since that doesn't work. let the installer...
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 10 Feb 2012 19:43:12 +0000 (20:43 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Fri, 10 Feb 2012 19:43:12 +0000 (20:43 +0100)
.gitignore
driver/p8usb-cec.cat [deleted file]
support/create-driver-installer.cmd

index 2fe1e2fb79e23e626271394d2670ee2d96869675..a53524340f8163137cc2556f26ee51f6acdadd56 100644 (file)
@@ -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 (file)
index 5a85256..0000000
Binary files a/driver/p8usb-cec.cat and /dev/null differ
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"