summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-12 13:37:09 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-12 13:40:34 +0300
commitd57bbab4b0db258d711e2e89edc8d87570b2b3f5 (patch)
tree04a70e8a981f730163061bb8d32f3d8d3d344e34 /packaging
parentadc41dae6508c79ade6ca03964090bbc82f1011d (diff)
downloadplus-d57bbab4b0db258d711e2e89edc8d87570b2b3f5.tar.gz
plus-d57bbab4b0db258d711e2e89edc8d87570b2b3f5.tar.bz2
plus-d57bbab4b0db258d711e2e89edc8d87570b2b3f5.tar.xz
plus-d57bbab4b0db258d711e2e89edc8d87570b2b3f5.zip
add golden-delicious theme by t3st3r.
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 ba4a5c686..3f5ee6faf 100644
--- a/packaging/windows/evol.nsi
+++ b/packaging/windows/evol.nsi
@@ -236,6 +236,7 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\blackwood"
CreateDirectory "$INSTDIR\data\themes\classic"
CreateDirectory "$INSTDIR\data\themes\enchilado"
+ CreateDirectory "$INSTDIR\data\themes\golden-delicious"
CreateDirectory "$INSTDIR\data\themes\jewelry"
CreateDirectory "$INSTDIR\data\themes\mana"
CreateDirectory "$INSTDIR\data\themes\pink"
@@ -299,6 +300,9 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\enchilado"
File "${SRCDIR}\data\themes\enchilado\*.png"
File "${SRCDIR}\data\themes\enchilado\*.xml"
+ SetOutPath "$INSTDIR\data\themes\golden-delicious"
+ File "${SRCDIR}\data\themes\golden-delicious\*.png"
+ File "${SRCDIR}\data\themes\golden-delicious\*.xml"
SetOutPath "$INSTDIR\data\themes\jewelry"
File "${SRCDIR}\data\themes\jewelry\*.png"
File "${SRCDIR}\data\themes\jewelry\*.xml"
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 261ef887e..01c89fc3c 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -233,6 +233,7 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\blackwood"
CreateDirectory "$INSTDIR\data\themes\classic"
CreateDirectory "$INSTDIR\data\themes\enchilado"
+ CreateDirectory "$INSTDIR\data\themes\golden-delicious"
CreateDirectory "$INSTDIR\data\themes\jewelry"
CreateDirectory "$INSTDIR\data\themes\mana"
CreateDirectory "$INSTDIR\data\themes\pink"
@@ -296,6 +297,9 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\enchilado"
File "${SRCDIR}\data\themes\enchilado\*.png"
File "${SRCDIR}\data\themes\enchilado\*.xml"
+ SetOutPath "$INSTDIR\data\themes\golden-delicious"
+ File "${SRCDIR}\data\themes\golden-delicious\*.png"
+ File "${SRCDIR}\data\themes\golden-delicious\*.xml"
SetOutPath "$INSTDIR\data\themes\jewelry"
File "${SRCDIR}\data\themes\jewelry\*.png"
File "${SRCDIR}\data\themes\jewelry\*.xml"
diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi
index 6d041f8c7..2aaadb8aa 100644
--- a/packaging/windows/tmw.nsi
+++ b/packaging/windows/tmw.nsi
@@ -236,6 +236,7 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\blackwood"
CreateDirectory "$INSTDIR\data\themes\classic"
CreateDirectory "$INSTDIR\data\themes\enchilado"
+ CreateDirectory "$INSTDIR\data\themes\golden-delicious"
CreateDirectory "$INSTDIR\data\themes\jewelry"
CreateDirectory "$INSTDIR\data\themes\mana"
CreateDirectory "$INSTDIR\data\themes\pink"
@@ -299,6 +300,9 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\enchilado"
File "${SRCDIR}\data\themes\enchilado\*.png"
File "${SRCDIR}\data\themes\enchilado\*.xml"
+ SetOutPath "$INSTDIR\data\themes\golden-delicious"
+ File "${SRCDIR}\data\themes\golden-delicious\*.png"
+ File "${SRCDIR}\data\themes\golden-delicious\*.xml"
SetOutPath "$INSTDIR\data\themes\jewelry"
File "${SRCDIR}\data\themes\jewelry\*.png"
File "${SRCDIR}\data\themes\jewelry\*.xml"