We only need Libre Baskerville when running update on Linux.
authorCarl Hetherington <cth@carlh.net>
Sat, 19 Sep 2020 21:41:45 +0000 (23:41 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 19 Sep 2020 23:30:41 +0000 (01:30 +0200)
graphics/update

index 5896867bc17fa295dbe788f43e93380ea6bac1f2..0628a7c8b4ce5ee1a79d8528dd8c505412ec1176 100755 (executable)
@@ -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