From d57bbab4b0db258d711e2e89edc8d87570b2b3f5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 Dec 2013 13:37:09 +0300 Subject: add golden-delicious theme by t3st3r. --- packaging/windows/evol.nsi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packaging/windows/evol.nsi') diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi index ba4a5c686..3f5ee6faf 100644 --- a/packaging/windows/evol.nsi +++ b/packaging/windows/evol.nsi @@ -236,6 +236,7 @@ Section "Core files (required)" SecCore CreateDirectory "$INSTDIR\data\themes\blackwood" CreateDirectory "$INSTDIR\data\themes\classic" CreateDirectory "$INSTDIR\data\themes\enchilado" + CreateDirectory "$INSTDIR\data\themes\golden-delicious" CreateDirectory "$INSTDIR\data\themes\jewelry" CreateDirectory "$INSTDIR\data\themes\mana" CreateDirectory "$INSTDIR\data\themes\pink" @@ -299,6 +300,9 @@ Section "Core files (required)" SecCore SetOutPath "$INSTDIR\data\themes\enchilado" File "${SRCDIR}\data\themes\enchilado\*.png" File "${SRCDIR}\data\themes\enchilado\*.xml" + SetOutPath "$INSTDIR\data\themes\golden-delicious" + File "${SRCDIR}\data\themes\golden-delicious\*.png" + File "${SRCDIR}\data\themes\golden-delicious\*.xml" SetOutPath "$INSTDIR\data\themes\jewelry" File "${SRCDIR}\data\themes\jewelry\*.png" File "${SRCDIR}\data\themes\jewelry\*.xml" -- cgit v1.2.3-60-g2f50