diff options
| -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 |
