diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-16 00:17:48 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-16 00:17:48 +0000 |
| commit | bc9c9b42978005264737392b8131542ce5a9776b (patch) | |
| tree | 2a73310de188cd0812f2062bbfc03d166d3bf737 /packaging/win32 | |
| parent | root dir tidying: move mingwenv.cmake -> CMakeScripts/ConfigEnvMinGW.cmake (diff) | |
| download | inkscape-bc9c9b42978005264737392b8131542ce5a9776b.tar.gz inkscape-bc9c9b42978005264737392b8131542ce5a9776b.zip | |
root dir tidying: cleanup inkscape icons
- move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer)
- remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size)
- use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px)
- also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
Diffstat (limited to 'packaging/win32')
| -rw-r--r-- | packaging/win32/inkscape.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 525df2294..42cf108de 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -66,7 +66,7 @@ RequestExecutionLevel admin !include MUI.nsh ; MUI Configuration {{{4 !define MUI_ABORTWARNING -!define MUI_ICON ..\..\inkscape.ico +!define MUI_ICON ..\..\share\branding\inkscape.ico !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP header.bmp |
