diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-17 00:57:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-17 00:57:19 +0300 |
commit | 73d6e00a4639680786e4f31ae29aeeaebba9a8ae (patch) | |
tree | e63506ae7db5afbe1b28669d91b0d41faed0e72a | |
parent | 6881c8db1555a7d25d0f5233adbc669d2c9c9fb1 (diff) | |
download | plus-73d6e00a4639680786e4f31ae29aeeaebba9a8ae.tar.gz plus-73d6e00a4639680786e4f31ae29aeeaebba9a8ae.tar.bz2 plus-73d6e00a4639680786e4f31ae29aeeaebba9a8ae.tar.xz plus-73d6e00a4639680786e4f31ae29aeeaebba9a8ae.zip |
Fix windows installer for install windows themes.
-rw-r--r-- | packaging/windows/setup.nsi | 3 |
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" |