From 5c20fdfe8223eecce04f6bbe37e791c7ff0b2482 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 25 Sep 2014 16:30:36 +0200 Subject: [PATCH] Windows: Add Breathe theme to installer [ci-skip] --- windows/installer.nsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/windows/installer.nsi b/windows/installer.nsi index d96fa5100..7a9ad79d3 100644 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -171,6 +171,13 @@ SectionGroup $(TITLE_SecThemes) SecThemes File "themes\mac\images\*" SectionEnd + Section Breathe SecBreathe + SetOutPath "$INSTDIR\themes\breathe" + File "themes\breathe\*" + SetOutPath "$INSTDIR\themes\breathe\images" + File "themes\breathe\images\*" + SectionEnd + Section Old SecOld SetOutPath "$INSTDIR\themes\default" File "themes\default\*"