Commit 09c13844 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5208 from DonLakeFlyer/WindowsInstallBitmap

Windows install bitmap and icon
parents 072fb8fc c748510c
......@@ -45,6 +45,8 @@ SetCompressor /SOLID /FINAL lzma
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "installheader.bmp";
!define MUI_ICON "WindowsQGC.ico";
!define MUI_UNICON "WindowsQGC.ico";
!insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
!insertmacro MUI_PAGE_DIRECTORY
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment