summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-15 01:36:09 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-15 01:36:09 +0300
commitb5cd9bef24c21d5b94c4ba1ea020170a910520f1 (patch)
tree7826d9c1e6749eee95c05f3df7ed5272c6612068 /packaging
parent1361ff1aa1fd5d4b2bf1ff18d3b5bbf36b8ff734 (diff)
downloadplus-b5cd9bef24c21d5b94c4ba1ea020170a910520f1.tar.gz
plus-b5cd9bef24c21d5b94c4ba1ea020170a910520f1.tar.bz2
plus-b5cd9bef24c21d5b94c4ba1ea020170a910520f1.tar.xz
plus-b5cd9bef24c21d5b94c4ba1ea020170a910520f1.zip
Fix windows builds.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/evol.nsi4
-rw-r--r--packaging/windows/setup.nsi4
2 files changed, 0 insertions, 8 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi
index 4469c7b85..fff7d563c 100644
--- a/packaging/windows/evol.nsi
+++ b/packaging/windows/evol.nsi
@@ -236,7 +236,6 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\enchilado"
CreateDirectory "$INSTDIR\data\themes\mana"
CreateDirectory "$INSTDIR\data\themes\pink"
- CreateDirectory "$INSTDIR\data\themes\redandblack"
CreateDirectory "$INSTDIR\data\themes\unity"
CreateDirectory "$INSTDIR\data\themes\wood"
CreateDirectory "$INSTDIR\docs"
@@ -294,9 +293,6 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\pink"
File "${SRCDIR}\data\themes\pink\*.png"
File "${SRCDIR}\data\themes\pink\*.xml"
- SetOutPath "$INSTDIR\data\themes\redandblack"
- File "${SRCDIR}\data\themes\redandblack\*.png"
- File "${SRCDIR}\data\themes\redandblack\*.xml"
SetOutPath "$INSTDIR\data\themes\unity"
File "${SRCDIR}\data\themes\unity\*.png"
File "${SRCDIR}\data\themes\unity\*.xml"
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 4443b6e1f..b1e504e5a 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -233,7 +233,6 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\enchilado"
CreateDirectory "$INSTDIR\data\themes\mana"
CreateDirectory "$INSTDIR\data\themes\pink"
- CreateDirectory "$INSTDIR\data\themes\redandblack"
CreateDirectory "$INSTDIR\data\themes\unity"
CreateDirectory "$INSTDIR\data\themes\wood"
CreateDirectory "$INSTDIR\docs"
@@ -291,9 +290,6 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\pink"
File "${SRCDIR}\data\themes\pink\*.png"
File "${SRCDIR}\data\themes\pink\*.xml"
- SetOutPath "$INSTDIR\data\themes\redandblack"
- File "${SRCDIR}\data\themes\redandblack\*.png"
- File "${SRCDIR}\data\themes\redandblack\*.xml"
SetOutPath "$INSTDIR\data\themes\unity"
File "${SRCDIR}\data\themes\unity\*.png"
File "${SRCDIR}\data\themes\unity\*.xml"