From b3362ca99068488bc882310f7ed93fcec812f0cc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Jun 2021 13:19:47 +0200 Subject: [PATCH] Allow inkbatch to use a given Inkscape. --- graphics/update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2