gui.nsh: change license page

The GPL is no EULA
This commit is contained in:
donovaly
2019-04-07 18:30:21 +02:00
committed by wmayer
parent dc07488246
commit 2def6fb270
3 changed files with 88 additions and 278 deletions

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,7 @@ SetCompressor /SOLID lzma
!define APP_VERSION_REVISION 0
!define APP_VERSION_EMERGENCY "" # use "1" for an emergency release of FreeCAD otherwise ""
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of FreeCAD otherwise ""
!define APP_VERSION_BUILD 9 # Start with 1 for the installer releases of each version
!define APP_VERSION_BUILD 10 # Start with 1 for the installer releases of each version
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display

View File

@@ -33,7 +33,10 @@ BrandingText " "
!define MUI_WELCOMEPAGE_TEXT $(TEXT_WELCOME)
!insertmacro MUI_PAGE_WELCOME
# Show the license.
!define MUI_LICENSEPAGE_BUTTON $(^NextBtn)
!define MUI_LICENSEPAGE_TEXT_BOTTOM " "
!insertmacro MUI_PAGE_LICENSE "${FILES_LICENSE}"
# Decision if it should be installed as admin or not
!insertmacro MULTIUSER_PAGE_INSTALLMODE