X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=graphics%2Fupdate;h=464a3a068b0b6a2cc819b7c1a5b0bf4c92d018fb;hb=95e6551c7e77f03455d14b41a9bc0430c9dc086d;hp=cea8fd2249e7c090d19c14476f335ca864ad8012;hpb=d974b7c5980636d60e441ecfdac700371b9a1702;p=dcpomatic.git diff --git a/graphics/update b/graphics/update index cea8fd224..464a3a068 100755 --- a/graphics/update +++ b/graphics/update @@ -36,14 +36,14 @@ if [ `uname -s` == "Darwin" ]; then else required_font "Libre Baskerville" - for c in icotool convert inkscape inkbatch; do + INKSCAPE="$HOME/Applications/inkscape" + for c in icotool convert inkbatch $INKSCAPE; do if [ ! -x "$(command -v $c)" ]; then echo "$c is required" exit 1 fi done - INKSCAPE="$HOME/Applications/inkscape -C --export-type=png" # OS X application icons mkdir -p osx