Change Cling's installer icon to use LLVM logo

This commit is contained in:
Anirudha Bose 2014-06-18 08:13:07 +05:30 committed by sftnight
parent f461f9544b
commit bea1810af6
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -104,7 +104,7 @@ InstallDir "C:\\Cling\\cling-\${VERSION}"
!define MUI_HEADERIMAGE
; Theme
!define MUI_ICON "$(cygpath --windows --absolute ${CLING_SRC_DIR}/tools/packaging/windows/ROOT.ico)"
!define MUI_ICON "$(cygpath --windows --absolute ${CLING_SRC_DIR}/tools/packaging/windows/LLVM.ico)"
!define MUI_UNICON "$(cygpath --windows --absolute ${workdir}/install_tmp/nsis-${NSIS_VERSION}/Contrib/Graphics/Icons/orange-uninstall.ico)"
!insertmacro MUI_PAGE_WELCOME