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 487919f58..1eb7eae35 100644 --- a/packaging/windows/tmw.nsi +++ b/packaging/windows/tmw.nsi @@ -322,6 +322,7 @@ Section "Core files (required)" SecCore File "${SRCDIR}\data\translations\help\*.po" SetOutPath "$INSTDIR\data\help" File "${SRCDIR}\data\help\*.txt" + File "${SRCDIR}\data\help\*.idx" SetOutPath "$INSTDIR\data\help\tips" File "${SRCDIR}\data\help\tips\*.txt" File "${SRCDIR}\data\help\tips\*.jpg" |