File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11; This file was adapted from:
22; https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi
33Unicode 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
You can’t perform that action at this time.
0 commit comments