From: Carl Hetherington Date: Mon, 7 Jun 2021 11:19:47 +0000 (+0200) Subject: Allow inkbatch to use a given Inkscape. X-Git-Tag: v2.15.155~14 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b3362ca99068488bc882310f7ed93fcec812f0cc Allow inkbatch to use a given Inkscape. --- diff --git a/graphics/update b/graphics/update index fc4f2c815..144016ad8 100755 --- a/graphics/update +++ b/graphics/update @@ -81,8 +81,8 @@ else # OS X preferences icons mkdir -p osx/preferences for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced; do - inkbatch -i bounds-$i -o osx/preferences/$i.png --width 32 --height 32 src/preferences.svg - inkbatch -i bounds-$i -o osx/preferences/$i@2x.png --width 64 --height 64 src/preferences.svg + inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/$i.png --width 32 --height 32 src/preferences.svg + inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/$i@2x.png --width 64 --height 64 src/preferences.svg done # OS X menu bar icon for the server