summaryrefslogtreecommitdiff
path: root/packaging/windows/setup.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/windows/setup.nsi')
-rw-r--r--packaging/windows/setup.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 7e9a45a62..baa7930a4 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -238,6 +238,7 @@ Section "Core files (required)" SecCore
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"
@@ -293,6 +294,9 @@ Section "Core files (required)" SecCore
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"
SetOutPath "$INSTDIR\data\themes\wood"
File "${SRCDIR}\data\themes\wood\*.png"
File "${SRCDIR}\data\themes\wood\*.xml"