mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] nsis: adds colour to installer and welcome screen
This commit is contained in:
parent
b66715b042
commit
32c797e60a
@ -36,6 +36,9 @@ InstallDir "$PROGRAMFILES64\Looking Glass (host)"
|
|||||||
!define MUI_ICON "icon.ico"
|
!define MUI_ICON "icon.ico"
|
||||||
!define MUI_UNICON "icon.ico"
|
!define MUI_UNICON "icon.ico"
|
||||||
!define MUI_LICENSEPAGE_BUTTON "Agree"
|
!define MUI_LICENSEPAGE_BUTTON "Agree"
|
||||||
|
!define MUI_BGCOLOR "3c046c"
|
||||||
|
!define MUI_TEXTCOLOR "ffffff"
|
||||||
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\nsis3-grey.bmp"
|
||||||
!define /file VERSION "../../VERSION"
|
!define /file VERSION "../../VERSION"
|
||||||
|
|
||||||
!define MUI_WELCOMEPAGE_TEXT "You are about to install $(^Name) version ${VERSION}.$\r$\n$\r$\nYou don't need to close your Looking Glass client before installation, but after installation you should install the ${VERSION} client.$\r$\n$\r$\nPress Next to continue."
|
!define MUI_WELCOMEPAGE_TEXT "You are about to install $(^Name) version ${VERSION}.$\r$\n$\r$\nYou don't need to close your Looking Glass client before installation, but after installation you should install the ${VERSION} client.$\r$\n$\r$\nPress Next to continue."
|
||||||
|
Loading…
Reference in New Issue
Block a user