X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=graphics%2Fupdate;h=f518b5b5bf39ba224c0cf16aa876056cd077cacc;hb=25eb7aa723af004162fc7f95995df250c4e4571b;hp=fc4f2c815fc4f79b269e90e01bdcbf3ba3418132;hpb=3ab08bda04313c1734e5da4baa34c5428de39283;p=dcpomatic.git diff --git a/graphics/update b/graphics/update index fc4f2c815..f518b5b5b 100755 --- a/graphics/update +++ b/graphics/update @@ -25,7 +25,7 @@ function required_font() fi } -svg_apps="dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player dcpomatic2_playlist dcpomatic2_disk dcpomatic2_combiner" +svg_apps="dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player dcpomatic2_playlist dcpomatic2_disk dcpomatic2_combiner dcpomatic2_editor" if [ `uname -s` == "Darwin" ]; then @@ -81,12 +81,13 @@ else # OS X preferences icons mkdir -p osx/preferences for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced; do - inkbatch -i bounds-$i -o osx/preferences/$i.png --width 32 --height 32 src/preferences.svg - inkbatch -i bounds-$i -o osx/preferences/$i@2x.png --width 64 --height 64 src/preferences.svg + inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/$i.png --width 32 --height 32 src/preferences.svg + 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