diff options
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index 0195c3695..755b73fc0 100755 --- a/graphics/update +++ b/graphics/update @@ -96,7 +96,7 @@ else # Timeline toolbar icons (all platforms) for i in select zoom zoom_all snap sequence; do - $INKSCAPE_EXPORT --export-filename=$i.png src/$i.svg -w 32 -h 32 + inkbatch --inkscape $INKSCAPE -i timeline-$i -o $i.png --width 32 --height 32 src/timeline.svg done # Playlist editor tick/no-tick |
