diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-22 22:01:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-25 21:58:38 +0200 |
| commit | b7aa70911ed89511c2dc8b430e3c348a43b9c020 (patch) | |
| tree | 538b33e0016079b2866f94a06ba3bba55d6f89e2 /graphics/update | |
| parent | 90846ade9558e460b68324478e81b5f8e87d8a4c (diff) | |
Make white/black versions of server icon.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/update b/graphics/update index 144016ad8..35aec325a 100755 --- a/graphics/update +++ b/graphics/update @@ -85,8 +85,9 @@ else inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/$i@2x.png --width 64 --height 64 src/preferences.svg done - # OS X menu bar icon for the server - $INKSCAPE_EXPORT --export-filename=osx/dcpomatic_small.png -w 64 -h 64 src/dcpomatic_small.svg + # OS X menu bar icon for the server (in dark and light mode) + $INKSCAPE_EXPORT --export-filename=osx/dcpomatic_small_white.png -w 64 -h 64 src/dcpomatic_small_white.svg + $INKSCAPE_EXPORT --export-filename=osx/dcpomatic_small_black.png -w 64 -h 64 src/dcpomatic_small_black.svg # Splash screen (all platforms) $INKSCAPE_EXPORT --export-filename=splash.png src/splash.svg -w 400 -h 300 |
