summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Koch <thomas@koch.ro>2022-07-08 15:56:54 +0000
committerThomas Koch <thomas@koch.ro>2022-07-10 12:33:32 +0000
commit778ea6bc07b05908be5d8a7088649ad5122348bb (patch)
treecdcd4f0f91cc198aa69bd1a29cab176dcbd461d9
parentaa23167e8787fed67e555543f453e5030f89c25c (diff)
Add call for Win-devs to Win-installer welcome screen
-rw-r--r--build.nsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.nsi b/build.nsi
index 8fcf8915a..264ed701d 100644
--- a/build.nsi
+++ b/build.nsi
@@ -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