summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-19 23:41:45 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-20 01:30:41 +0200
commitb73f5cfeec25f08770b339081c7e1ea22c48dec6 (patch)
treef832e052430221d564d861f8215322473d91b16d /graphics
parent1b04c90f159463d0cd75279fcebffc0bfecf53cf (diff)
We only need Libre Baskerville when running update on Linux.
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/update2
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