Windows installer: Remove Breathe section

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent c3e4d80010
commit e155e1eedb
  1. 7
      windows/installer.nsi

@ -222,13 +222,6 @@ SectionGroup $(TITLE_SecThemes) SecThemes
SetOutPath "$INSTDIR\themes\mac\images" SetOutPath "$INSTDIR\themes\mac\images"
File "${QZ_BIN_DIR}\themes\mac\images\*" File "${QZ_BIN_DIR}\themes\mac\images\*"
SectionEnd SectionEnd
Section Breathe SecBreathe
SetOutPath "$INSTDIR\themes\breathe"
File "${QZ_BIN_DIR}\themes\breathe\*"
SetOutPath "$INSTDIR\themes\breathe\images"
File "${QZ_BIN_DIR}\themes\breathe\images\*"
SectionEnd
SectionGroupEnd SectionGroupEnd
Section $(TITLE_SecTranslations) SecTranslations Section $(TITLE_SecTranslations) SecTranslations

Loading…
Cancel
Save