Windows: Add Breathe theme to installer

[ci-skip]
remotes/origin/falkon
David Rosca 12 years ago
parent 77afa7847c
commit 5c20fdfe82
  1. 7
      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\*"

Loading…
Cancel
Save