windows: fix resource files and backwards compat dll names
[deb_libcec.git] / project / libCEC.nsi
index ee5a12e02a3e76a9b08ba0f1ebecd6291e4f1277..36ade3b420eeb452b80dcb91398bd3335df57346 100644 (file)
@@ -153,7 +153,7 @@ Section "CEC Debug Client" SecCecClient
   SetOutPath "$INSTDIR"
   File /x p8-usbcec-driver-installer.exe /x cec-tray.exe "..\build\*.exe"
   SetOutPath "$INSTDIR\x64"
-  File /nonfatal /x cec-tray.exe "..\build\x64\*.exe"
+  File /nonfatal "..\build\x64\*.exe"
 
   !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
   SetOutPath "$INSTDIR"