From b73f5cfeec25f08770b339081c7e1ea22c48dec6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 19 Sep 2020 23:41:45 +0200 Subject: We only need Libre Baskerville when running update on Linux. --- graphics/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/update') 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 -- cgit v1.2.3