From efa1b1bbee25e6c4771c68be735bd0761c6f2a6e Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 9 Aug 2026 02:28:41 +1000 Subject: [PATCH] [idd] installer: use staged LGInput package Read the LGInput catalog, binary, and INF from the package root. The driver packaging target stages these files for signing and export. --- idd/installer.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/idd/installer.nsi b/idd/installer.nsi index 8c6bd5dc..a0b179d3 100644 --- a/idd/installer.nsi +++ b/idd/installer.nsi @@ -172,11 +172,11 @@ Section "!Indirect Display Driver (IDD)" Section1 DetailPrint "Extracting IDD" SetOutPath $INSTDIR File lgidd.cat - File /oname=LGInput.cat "LGInput\LGInput.cat" + File LGInput.cat File LGIdd.dll - File /oname=LGInput.dll "LGInput\LGInput.dll" + File LGInput.dll File LGIdd.inf - File /oname=LGInput.inf "LGInput\LGInput.inf" + File LGInput.inf File LGIddHelper.exe File LGIddInstall.exe