diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-08 22:07:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-08 22:31:40 +0300 |
commit | 59c83475acece84c03f28b2f1aa73a24d2a972f8 (patch) | |
tree | 7634eedc5d7c0e618305b2c84f092871a5c12f7a /packaging/windows | |
parent | 5e8c0deee857ad095dc74e1c558d9e9187cecff8 (diff) | |
download | plus-59c83475acece84c03f28b2f1aa73a24d2a972f8.tar.gz plus-59c83475acece84c03f28b2f1aa73a24d2a972f8.tar.bz2 plus-59c83475acece84c03f28b2f1aa73a24d2a972f8.tar.xz plus-59c83475acece84c03f28b2f1aa73a24d2a972f8.zip |
add missing translations into windows installers.
Diffstat (limited to 'packaging/windows')
-rw-r--r-- | packaging/windows/evol.nsi | 4 | ||||
-rw-r--r-- | packaging/windows/setup.nsi | 4 | ||||
-rw-r--r-- | packaging/windows/tmw.nsi | 4 |
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" |