From 98d53a079172378bc02bea38ceb7c83f872be2de Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Jan 2016 17:00:25 +0300 Subject: Fix windows installers. --- packaging/windows/tmw.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packaging/windows/tmw.nsi') 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\" -- cgit v1.2.3-60-g2f50