X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=graphics%2Fupdate;h=cea8fd2249e7c090d19c14476f335ca864ad8012;hb=a498b8819ab431ecc2aac058b1aadb9e15d396ac;hp=0628a7c8b4ce5ee1a79d8528dd8c505412ec1176;hpb=b73f5cfeec25f08770b339081c7e1ea22c48dec6;p=dcpomatic.git diff --git a/graphics/update b/graphics/update index 0628a7c8b..cea8fd224 100755 --- a/graphics/update +++ b/graphics/update @@ -16,7 +16,9 @@ fi function required_font() { + set +e check=$(fc-list | grep "$1") + set -e if [ "$check" == "" ]; then echo "Missing font $1" exit 1 @@ -41,7 +43,7 @@ else fi done - INKSCAPE="inkscape -C --export-type=png" + INKSCAPE="$HOME/Applications/inkscape -C --export-type=png" # OS X application icons mkdir -p osx