diff options
| author | Thomas Koch <thomas@koch.ro> | 2022-07-08 15:56:54 +0000 |
|---|---|---|
| committer | Thomas Koch <thomas@koch.ro> | 2022-07-10 12:33:32 +0000 |
| commit | 778ea6bc07b05908be5d8a7088649ad5122348bb (patch) | |
| tree | cdcd4f0f91cc198aa69bd1a29cab176dcbd461d9 | |
| parent | aa23167e8787fed67e555543f453e5030f89c25c (diff) | |
Add call for Win-devs to Win-installer welcome screen
| -rw-r--r-- | build.nsi | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -75,8 +75,13 @@ SetCompressor /SOLID LZMA ; ---------------------------------------- ; INSTALLER PAGES +!define MUI_PAGE_CUSTOMFUNCTION_SHOW MyWelcomeShowCallback !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 !define MUI_COMPONENTSPAGE_NODESC |
