diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-07 13:19:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-07 13:21:10 +0200 |
| commit | b3362ca99068488bc882310f7ed93fcec812f0cc (patch) | |
| tree | 95593542c6659f3800e6d3c96a0c99e31506ce13 /graphics | |
| parent | 3ab08bda04313c1734e5da4baa34c5428de39283 (diff) | |
Allow inkbatch to use a given Inkscape.
Diffstat (limited to 'graphics')
| -rwxr-xr-x | graphics/update | 4 |
1 files 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 |
