summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/evol.nsi1
-rw-r--r--packaging/windows/setup.nsi1
-rw-r--r--packaging/windows/tmw.nsi1
3 files changed, 3 insertions, 0 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi
index 24babbcef..2ec59e18c 100644
--- a/packaging/windows/evol.nsi
+++ b/packaging/windows/evol.nsi
@@ -303,6 +303,7 @@ Section "Core files (required)" SecCore
File "${SRCDIR}\data\themes\blackwood\*.png"
File "${SRCDIR}\data\themes\blackwood\*.xml"
SetOutPath "$INSTDIR\data\themes\mana"
+ File "${SRCDIR}\data\themes\mana\*.png"
File "${SRCDIR}\data\themes\mana\*.xml"
SetOutPath "$INSTDIR\data\themes\enchilado"
File "${SRCDIR}\data\themes\enchilado\*.png"
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 74a65c12d..1742d9437 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -300,6 +300,7 @@ Section "Core files (required)" SecCore
File "${SRCDIR}\data\themes\blackwood\*.png"
File "${SRCDIR}\data\themes\blackwood\*.xml"
SetOutPath "$INSTDIR\data\themes\mana"
+ File "${SRCDIR}\data\themes\mana\*.png"
File "${SRCDIR}\data\themes\mana\*.xml"
SetOutPath "$INSTDIR\data\themes\enchilado"
File "${SRCDIR}\data\themes\enchilado\*.png"
diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi
index 029771bed..d72a2eb46 100644
--- a/packaging/windows/tmw.nsi
+++ b/packaging/windows/tmw.nsi
@@ -303,6 +303,7 @@ Section "Core files (required)" SecCore
File "${SRCDIR}\data\themes\blackwood\*.png"
File "${SRCDIR}\data\themes\blackwood\*.xml"
SetOutPath "$INSTDIR\data\themes\mana"
+ File "${SRCDIR}\data\themes\mana\*.png"
File "${SRCDIR}\data\themes\mana\*.xml"
SetOutPath "$INSTDIR\data\themes\enchilado"
File "${SRCDIR}\data\themes\enchilado\*.png"