mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
Use the Matroska logo for the installer instead of the generic NSIS installer icon as suggested in bug 322.
This commit is contained in:
parent
b63d2959d4
commit
6aeffcf897
@ -19,7 +19,7 @@ SetCompressor /SOLID lzma
|
|||||||
|
|
||||||
# MUI Settings
|
# MUI Settings
|
||||||
!define MUI_ABORTWARNING
|
!define MUI_ABORTWARNING
|
||||||
!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico"
|
!define MUI_ICON "matroskalogo_big.ico"
|
||||||
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
|
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
|
||||||
|
|
||||||
# Language Selection Dialog Settings
|
# Language Selection Dialog Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user