From: Lars Op den Kamp Date: Thu, 16 Feb 2012 11:12:42 +0000 (+0100) Subject: installer: reuse the previous driver installer if it's found X-Git-Tag: upstream/2.2.0~1^2~35^2~24 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=566a8c68bb4c34031b6f61b2afdcb05c9f1d755c installer: reuse the previous driver installer if it's found --- diff --git a/support/create-installer.cmd b/support/create-installer.cmd index 1d76a37..d3f04ff 100644 --- a/support/create-installer.cmd +++ b/support/create-installer.cmd @@ -23,7 +23,11 @@ IF "%VS100COMNTOOLS%"=="" ( del /s /f /q ..\build mkdir ..\build -call create-driver-installer.cmd +IF EXIST "..\support\p8-usbcec-driver-installer.exe" ( + copy "..\support\p8-usbcec-driver-installer.exe" "..\build\." +) ELSE ( + call create-driver-installer.cmd +) mkdir ..\build\x64