summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/evol.nsi4
-rw-r--r--packaging/windows/setup.nsi4
-rw-r--r--packaging/windows/tmw.nsi4
3 files changed, 12 insertions, 0 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi
index b1df57d0a..ba4a5c686 100644
--- a/packaging/windows/evol.nsi
+++ b/packaging/windows/evol.nsi
@@ -241,6 +241,8 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\pink"
CreateDirectory "$INSTDIR\data\themes\unity"
CreateDirectory "$INSTDIR\data\themes\wood"
+ CreateDirectory "$INSTDIR\data\translations"
+ CreateDirectory "$INSTDIR\data\translations\help"
CreateDirectory "$INSTDIR\docs"
SetOverwrite ifnewer
@@ -309,6 +311,8 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\wood"
File "${SRCDIR}\data\themes\wood\*.png"
File "${SRCDIR}\data\themes\wood\*.xml"
+ SetOutPath "$INSTDIR\data\translations\help"
+ File "${SRCDIR}\data\translations\help\*.po"
SetOutPath "$INSTDIR\data\help"
File "${SRCDIR}\data\help\*.txt"
SetOutPath "$INSTDIR\data\help\tips"
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 3a6797f81..261ef887e 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -238,6 +238,8 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\pink"
CreateDirectory "$INSTDIR\data\themes\unity"
CreateDirectory "$INSTDIR\data\themes\wood"
+ CreateDirectory "$INSTDIR\data\translations"
+ CreateDirectory "$INSTDIR\data\translations\help"
CreateDirectory "$INSTDIR\docs"
SetOverwrite ifnewer
@@ -306,6 +308,8 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\wood"
File "${SRCDIR}\data\themes\wood\*.png"
File "${SRCDIR}\data\themes\wood\*.xml"
+ SetOutPath "$INSTDIR\data\translations\help"
+ File "${SRCDIR}\data\translations\help\*.po"
SetOutPath "$INSTDIR\data\help"
File "${SRCDIR}\data\help\*.txt"
SetOutPath "$INSTDIR\data\help\tips"
diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi
index 5255129a6..6d041f8c7 100644
--- a/packaging/windows/tmw.nsi
+++ b/packaging/windows/tmw.nsi
@@ -241,6 +241,8 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\pink"
CreateDirectory "$INSTDIR\data\themes\unity"
CreateDirectory "$INSTDIR\data\themes\wood"
+ CreateDirectory "$INSTDIR\data\translations"
+ CreateDirectory "$INSTDIR\data\translations\help"
CreateDirectory "$INSTDIR\docs"
SetOverwrite ifnewer
@@ -309,6 +311,8 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\wood"
File "${SRCDIR}\data\themes\wood\*.png"
File "${SRCDIR}\data\themes\wood\*.xml"
+ SetOutPath "$INSTDIR\data\translations\help"
+ File "${SRCDIR}\data\translations\help\*.po"
SetOutPath "$INSTDIR\data\help"
File "${SRCDIR}\data\help\*.txt"
SetOutPath "$INSTDIR\data\help\tips"