summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-17 00:57:19 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-17 00:57:19 +0300
commit73d6e00a4639680786e4f31ae29aeeaebba9a8ae (patch)
treee63506ae7db5afbe1b28669d91b0d41faed0e72a /packaging/windows
parent6881c8db1555a7d25d0f5233adbc669d2c9c9fb1 (diff)
downloadmv-73d6e00a4639680786e4f31ae29aeeaebba9a8ae.tar.gz
mv-73d6e00a4639680786e4f31ae29aeeaebba9a8ae.tar.bz2
mv-73d6e00a4639680786e4f31ae29aeeaebba9a8ae.tar.xz
mv-73d6e00a4639680786e4f31ae29aeeaebba9a8ae.zip
Fix windows installer for install windows themes.
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/setup.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index c41e7ddef..baa7930a4 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -294,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"