Skip to content

Commit 31bba47

Browse files
committed
Update Windows icon and NSIS banner
1 parent b5a4601 commit 31bba47

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

contrib/windows/build-installer.nsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SetCompress off
99
CRCCheck off
1010
SetDataBlockOptimize on
1111
ShowInstDetails nevershow
12+
ShowUninstDetails nevershow
1213
RequestExecutionLevel user
1314
BrandingText " "
1415

@@ -29,6 +30,9 @@ Caption "Julia Installer" # title bar
2930
!define MUI_ICON "${JULIAHOME}\contrib\windows\julia.ico"
3031
!define MUI_UNICON "${JULIAHOME}\contrib\windows\julia.ico"
3132
!define MUI_WELCOMEFINISHPAGE_BITMAP "${JULIAHOME}\contrib\windows\julia-banner.bmp"
33+
!define MUI_HEADERIMAGE
34+
!define MUI_HEADERIMAGE_BITMAP "${JULIAHOME}\contrib\windows\julia-header.bmp"
35+
!define MUI_HEADERIMAGE_RIGHT
3236

3337
# Uninstall settings
3438
!define UninstLog "uninstall.log"

contrib/windows/julia-banner.bmp

0 Bytes
Binary file not shown.

contrib/windows/julia-header.bmp

25.2 KB
Binary file not shown.

contrib/windows/julia.ico

139 KB
Binary file not shown.

0 commit comments

Comments
 (0)