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"
|
||||
File ".\themes\Navajo.xml"
|
||||
${MementoSectionEnd}
|
||||
|
||||
${MementoSection} "DansLeRuSH Dark" DansLeRuSHDark
|
||||
SetOutPath "$UPDATE_PATH\themes"
|
||||
File ".\themes\DansLeRuSH-Dark.xml"
|
||||
${MementoSectionEnd}
|
||||
SectionGroupEnd
|
||||
|
||||
|
||||
|
@ -254,4 +259,10 @@ SectionGroup un.Themes
|
|||
${endIf}
|
||||
SectionEnd
|
||||
|
||||
Section un.DansLeRuSHDark
|
||||
${If} $keepUserData == "false"
|
||||
Delete "$installPath\themes\DansLeRuSH-Dark.xml"
|
||||
${endIf}
|
||||
SectionEnd
|
||||
|
||||
SectionGroupEnd
|
||||
|
|
Loading…
Reference in New Issue