Skip to content

Commit 57df7ed

Browse files
Add Windows installer sidepanel art + new splash. (#575)
1 parent 19d7ece commit 57df7ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

installers/Windows/Installer.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
; This file was adapted from:
22
; https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi
33
Unicode true
4+
ManifestDPIAware true
45
!include "x64.nsh"
56
!include nsDialogs.nsh
67
!include WinVer.nsh
@@ -11,6 +12,8 @@ Unicode true
1112
!addplugindir "NSIS\Plugin"
1213
!define MUI_ICON "..\..\resources\images\icon.ico"
1314
!define MUI_UNICON "..\..\resources\images\icon.ico"
15+
!define MUI_WELCOMEFINISHPAGE_BITMAP "..\..\resources\images\installer-side-panel.bmp"
16+
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "..\..\resources\images\installer-side-panel.bmp"
1417

1518
!searchparse /file "..\..\console_backend\src\version.txt" `` VER_MAJOR_UNFILTERED `.` \
1619
VER_MINOR `.` VER_PATCH_UNFILTERED ``
@@ -29,9 +32,6 @@ var Checkbox
2932

3033
!define vc_redist_url "https://aka.ms/vs/17/release/vc_redist.x64.exe"
3134

32-
ManifestDPIAware true
33-
34-
3535
!define UNINST_KEY \
3636
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${app_name}"
3737

151 KB
Binary file not shown.

resources/images/splash.jpg

4.89 KB
Loading

0 commit comments

Comments
 (0)