From: Lars Op den Kamp Date: Fri, 30 Mar 2012 11:14:33 +0000 (+0200) Subject: win32: fixed missing 'cd' in create-driver-installer.cmd X-Git-Tag: upstream/2.2.0~1^2~31^2~24 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=97b21d914e0de5feb97593a79e0430829241e83d win32: fixed missing 'cd' in create-driver-installer.cmd --- diff --git a/support/create-driver-installer.cmd b/support/create-driver-installer.cmd index 86d17cf..153d953 100644 --- a/support/create-driver-installer.cmd +++ b/support/create-driver-installer.cmd @@ -26,6 +26,7 @@ IF EXIST "..\support\private\create-cat.cmd" ( :CREATEINSTALLER echo. Creating the installer +cd ..\project %NSIS% /V1 /X"SetCompressor /FINAL lzma" "p8-usbcec-driver.nsi" IF NOT EXIST "..\build\p8-usbcec-driver-installer.exe" GOTO :ERRORCREATINGINSTALLER