summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-22 21:30:20 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-22 21:30:20 +0300
commit493cc14facb80c6c86c57ef379131e56a0161215 (patch)
tree8da9ef738724c08be54bbae194843368810cac21 /packaging
parentff822e5f34d2beb6d3e6928ace5bc725d1fe147d (diff)
downloadmv-493cc14facb80c6c86c57ef379131e56a0161215.tar.gz
mv-493cc14facb80c6c86c57ef379131e56a0161215.tar.bz2
mv-493cc14facb80c6c86c57ef379131e56a0161215.tar.xz
mv-493cc14facb80c6c86c57ef379131e56a0161215.zip
Add tips russian translation.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/setup.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 1f1230e45..17833ddfc 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -193,6 +193,7 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\help\pt_BR"
CreateDirectory "$INSTDIR\data\help\pt_BR\tips"
CreateDirectory "$INSTDIR\data\help\ru"
+ CreateDirectory "$INSTDIR\data\help\ru\tips"
CreateDirectory "$INSTDIR\data\help\tips"
CreateDirectory "$INSTDIR\data\icons"
CreateDirectory "$INSTDIR\data\graphics\gui"
@@ -275,6 +276,8 @@ Section "Core files (required)" SecCore
File "${SRCDIR}\data\help\pt_BR\tips\*.txt"
SetOutPath "$INSTDIR\data\help\ru"
File "${SRCDIR}\data\help\ru\*.txt"
+ SetOutPath "$INSTDIR\data\help\ru\tips"
+ File "${SRCDIR}\data\help\ru\tips\*.txt"
SetOutPath "$INSTDIR\data\help\tips"
File "${SRCDIR}\data\help\tips\*.txt"
File "${SRCDIR}\data\help\tips\*.jpg"