new Graphics folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2963 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9032444027
commit
29f44c5ce2
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Modern UI Configuration
|
;Modern UI Configuration
|
||||||
|
|
||||||
!define MUI_HEADERBITMAP "${NSISDIR}\Contrib\Icons\modern-header.bmp"
|
!define MUI_HEADERBITMAP "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp"
|
||||||
!define MUI_ABORTWARNING
|
!define MUI_ABORTWARNING
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
;Things that need to be extracted on first (keep these lines before any File command!)
|
;Things that need to be extracted on first (keep these lines before any File command!)
|
||||||
;Only for BZIP2 compression
|
;Only for BZIP2 compression
|
||||||
|
|
||||||
ReserveFile "${NSISDIR}\Contrib\Icons\modern-header.bmp"
|
ReserveFile "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Installer Sections
|
;Installer Sections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue