From b5cd9bef24c21d5b94c4ba1ea020170a910520f1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 15 Jul 2012 01:36:09 +0300 Subject: Fix windows builds. --- packaging/windows/evol.nsi | 4 ---- packaging/windows/setup.nsi | 4 ---- 2 files changed, 8 deletions(-) (limited to 'packaging') diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi index 4469c7b85..fff7d563c 100644 --- a/packaging/windows/evol.nsi +++ b/packaging/windows/evol.nsi @@ -236,7 +236,6 @@ Section "Core files (required)" SecCore CreateDirectory "$INSTDIR\data\themes\enchilado" 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" @@ -294,9 +293,6 @@ Section "Core files (required)" SecCore SetOutPath "$INSTDIR\data\themes\pink" File "${SRCDIR}\data\themes\pink\*.png" File "${SRCDIR}\data\themes\pink\*.xml" - 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" diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 4443b6e1f..b1e504e5a 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -233,7 +233,6 @@ Section "Core files (required)" SecCore CreateDirectory "$INSTDIR\data\themes\enchilado" 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" @@ -291,9 +290,6 @@ Section "Core files (required)" SecCore SetOutPath "$INSTDIR\data\themes\pink" File "${SRCDIR}\data\themes\pink\*.png" File "${SRCDIR}\data\themes\pink\*.xml" - 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" -- cgit v1.2.3-60-g2f50