Add call for Win-devs to Win-installer welcome screen

pull/488/head
Thomas Koch 2 years ago
parent aa23167e87
commit 778ea6bc07

@ -75,8 +75,13 @@ SetCompressor /SOLID LZMA
; ---------------------------------------- ; ----------------------------------------
; INSTALLER PAGES ; INSTALLER PAGES
!define MUI_PAGE_CUSTOMFUNCTION_SHOW MyWelcomeShowCallback
!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_WELCOME
Function MyWelcomeShowCallback
SendMessage $mui.WelcomePage.Text ${WM_SETTEXT} 0 "STR:$(MUI_TEXT_WELCOME_INFO_TEXT)$\r$\n$\r$\nThe YaCy project needs a maintainer for this installer!$\r$\nSee github.com/yacy/yacy_search_server/labels/Windows"
FunctionEnd
!insertmacro MUI_PAGE_LICENSE gpl.txt !insertmacro MUI_PAGE_LICENSE gpl.txt
!define MUI_COMPONENTSPAGE_NODESC !define MUI_COMPONENTSPAGE_NODESC

Loading…
Cancel
Save