Add debian package patches.
[deb_libcec.git] / support / create-driver-installer.cmd
index 86d17cf8fae16864a44983a8bcca462dfd621244..153d9535caa2ca054cb2b2666f9ee78439c2cb3f 100644 (file)
@@ -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