diff options
Diffstat (limited to 'packaging/windows')
-rw-r--r-- | packaging/windows/evol.nsi | 4 | ||||
-rw-r--r-- | packaging/windows/setup.nsi | 4 |
2 files changed, 0 insertions, 8 deletions
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" |