diff options
Diffstat (limited to 'packaging/windows/tmw.nsi')
-rw-r--r-- | packaging/windows/tmw.nsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi index bf20a1c73..8c0570c97 100644 --- a/packaging/windows/tmw.nsi +++ b/packaging/windows/tmw.nsi @@ -328,12 +328,11 @@ 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" SetOutPath "$INSTDIR\data\help\idx" - File "${SRCDIR}\data\help\tips\*.idx" + File "${SRCDIR}\data\help\idx\*.idx" SetOutPath "$INSTDIR\data\icons\" File "${SRCDIR}\data\icons\manaplus.ico" SetOutPath "$INSTDIR\data\perserver\default\" |