diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-30 17:00:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-30 20:36:04 +0300 |
commit | 98d53a079172378bc02bea38ceb7c83f872be2de (patch) | |
tree | 9b9702760424d89a1c4c814f4fb65007c82acf24 /packaging/windows/tmw.nsi | |
parent | aa1fcc84c3a5975bc073efee1acbae754bf0ad49 (diff) | |
download | plus-98d53a079172378bc02bea38ceb7c83f872be2de.tar.gz plus-98d53a079172378bc02bea38ceb7c83f872be2de.tar.bz2 plus-98d53a079172378bc02bea38ceb7c83f872be2de.tar.xz plus-98d53a079172378bc02bea38ceb7c83f872be2de.zip |
Fix windows installers.
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\" |