diff --git a/packaging/windows/speed-dreams-base.nsi b/packaging/windows/speed-dreams-base.nsi index f94176591..53d9a1fa4 100644 --- a/packaging/windows/speed-dreams-base.nsi +++ b/packaging/windows/speed-dreams-base.nsi @@ -86,7 +86,7 @@ Section "!Base System" SEC01 ; Executable and DLLs ... but no mod tool (see later) SetOutPath "$INSTDIR\bin" - File /x sd-*.* /x *.lib "${BUILD_INST_DIR}\bin\*.*" + File /x sd2-*.* /x *.lib "${BUILD_INST_DIR}\bin\*.*" File /x libzlib.dll /x zlib1.dll "${BUILD_INST_DIR}\bin\*.*" ; Core loadable modules (physics and graphics engines, track loader, ...)