diff options
Diffstat (limited to 'packaging/windows/tmw.nsi')
-rw-r--r-- | packaging/windows/tmw.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi index 4f5b24501..4f7d8c5e0 100644 --- a/packaging/windows/tmw.nsi +++ b/packaging/windows/tmw.nsi @@ -280,6 +280,7 @@ Section "Core files (required)" SecCore File "${DLLDIR}\libvorbis-0.dll" File "${DLLDIR}\libvorbisfile-3.dll" File "${DLLDIR}\libxml2-2.dll" + File "${DLLDIR}\libwinpthread-1.dll" File "${DLLDIR}\zlib1.dll" File "${SRCDIR}\AUTHORS" File "${SRCDIR}\COPYING" |