diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-19 23:41:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-20 01:30:41 +0200 |
| commit | b73f5cfeec25f08770b339081c7e1ea22c48dec6 (patch) | |
| tree | f832e052430221d564d861f8215322473d91b16d /graphics/update | |
| parent | 1b04c90f159463d0cd75279fcebffc0bfecf53cf (diff) | |
We only need Libre Baskerville when running update on Linux.
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 |
