diff options
author | da-anda <da-anda@xbmc.org> | 2014-04-30 16:58:51 +0200 |
---|---|---|
committer | da-anda <da-anda@xbmc.org> | 2014-05-02 00:59:25 +0200 |
commit | 8824610b088c7e3c711489e34b02b05ddaf40f6f (patch) | |
tree | d1d746696cf44f4052098ab45c19776884cfdde5 /project/Win32BuildSetup | |
parent | b7e01dc3e42e1db1394a0fb1f9daede63e22dabb (diff) |
[win32] new installer artwork
Diffstat (limited to 'project/Win32BuildSetup')
-rw-r--r-- | project/Win32BuildSetup/XBMC for Windows.nsi | 3 | ||||
-rw-r--r-- | project/Win32BuildSetup/xbmc-left.bmp | bin | 154542 -> 0 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/project/Win32BuildSetup/XBMC for Windows.nsi b/project/Win32BuildSetup/XBMC for Windows.nsi index 99b35a4853..3c993e91a7 100644 --- a/project/Win32BuildSetup/XBMC for Windows.nsi +++ b/project/Win32BuildSetup/XBMC for Windows.nsi @@ -47,7 +47,8 @@ !define MUI_HEADERIMAGE !define MUI_ICON "..\..\tools\windows\packaging\media\xbmc.ico" - !define MUI_WELCOMEFINISHPAGE_BITMAP "xbmc-left.bmp" + !define MUI_HEADERIMAGE_BITMAP "..\..\tools\windows\packaging\media\installer\header.bmp" + !define MUI_WELCOMEFINISHPAGE_BITMAP "..\..\tools\windows\packaging\media\installer\welcome-left.bmp" !define MUI_COMPONENTSPAGE_SMALLDESC !define MUI_FINISHPAGE_LINK "Please visit http://xbmc.org for more information." !define MUI_FINISHPAGE_LINK_LOCATION "http://xbmc.org" diff --git a/project/Win32BuildSetup/xbmc-left.bmp b/project/Win32BuildSetup/xbmc-left.bmp Binary files differdeleted file mode 100644 index ee0f69b949..0000000000 --- a/project/Win32BuildSetup/xbmc-left.bmp +++ /dev/null |