From 59c83475acece84c03f28b2f1aa73a24d2a972f8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Sep 2013 22:07:43 +0300 Subject: add missing translations into windows installers. --- packaging/windows/evol.nsi | 4 ++++ packaging/windows/setup.nsi | 4 ++++ packaging/windows/tmw.nsi | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'packaging') 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" -- cgit v1.2.3-60-g2f50