diff options
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index 5896867bc..0628a7c8b 100755 --- a/graphics/update +++ b/graphics/update @@ -24,7 +24,6 @@ function required_font() } svg_apps="dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player dcpomatic2_playlist dcpomatic2_disk dcpomatic2_combiner" -required_font "Libre Baskerville" if [ `uname -s` == "Darwin" ]; then @@ -33,6 +32,7 @@ if [ `uname -s` == "Darwin" ]; then iconutil --convert icns --output osx/$p.icns osx/$p.iconset done else + required_font "Libre Baskerville" for c in icotool convert inkscape inkbatch; do if [ ! -x "$(command -v $c)" ]; then |
