From 97b21d914e0de5feb97593a79e0430829241e83d Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Fri, 30 Mar 2012 13:14:33 +0200 Subject: [PATCH] win32: fixed missing 'cd' in create-driver-installer.cmd --- support/create-driver-installer.cmd | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1