mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 08:44:40 +02:00
Add a new theme in installer
This commit is contained in:
parent
bdb9b28429
commit
920fc5c3d3
@ -129,6 +129,11 @@ SectionGroup "Themes" Themes
|
|||||||
SetOutPath "$UPDATE_PATH\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Navajo.xml"
|
File ".\themes\Navajo.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
|
${MementoSection} "DansLeRuSH Dark" DansLeRuSHDark
|
||||||
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
|
File ".\themes\DansLeRuSH-Dark.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
|
|
||||||
@ -254,4 +259,10 @@ SectionGroup un.Themes
|
|||||||
${endIf}
|
${endIf}
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section un.DansLeRuSHDark
|
||||||
|
${If} $keepUserData == "false"
|
||||||
|
Delete "$installPath\themes\DansLeRuSH-Dark.xml"
|
||||||
|
${endIf}
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user