From 73d6e00a4639680786e4f31ae29aeeaebba9a8ae Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 17 Sep 2011 00:57:19 +0300 Subject: Fix windows installer for install windows themes. --- packaging/windows/setup.nsi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packaging/windows/setup.nsi') 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" -- cgit v1.2.3-60-g2f50