Skip to content

Commit b3685ee

Browse files
committed
update welcome image for standalone installer (fixes #8623)
1 parent 90e0fad commit b3685ee

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
68 Bytes
Binary file not shown.

ms-windows/QGIS-Installer.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ FunctionEnd
219219
!define MUI_HEADERIMAGE_BITMAP_NOSTETCH ".\Installer-Files\InstallHeaderImage.bmp"
220220
!define MUI_HEADERIMAGE_UNBITMAP_NOSTRETCH ".\Installer-Files\UnInstallHeaderImage.bmp"
221221
!define MUI_WELCOMEFINISHPAGE_BITMAP ".\Installer-Files\WelcomeFinishPage.bmp"
222-
!define MUI_UNWELCOMEFINISHPAGE_BITMAP ".\Installer-Files\UnWelcomeFinishPage.bmp"
222+
!define MUI_UNWELCOMEFINISHPAGE_BITMAP ".\Installer-Files\WelcomeFinishPage.bmp"
223223

224224
;----------------------------------------------------------------------------------------------------------------------------
225225

0 commit comments

Comments
 (0)