diff options
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/update b/graphics/update index e33e9a8b5..9c14f2157 100755 --- a/graphics/update +++ b/graphics/update @@ -65,6 +65,10 @@ else # Splash screen (all platforms) $INKSCAPE splash.png src/splash.svg -w 400 -h 300 + # Timeline toolbar icons (all platforms) + $INKSCAPE select.png src/select.svg -w 24 -h 24 + $INKSCAPE zoom.png src/zoom.svg -w 24 -h 24 + # favicon mkdir -p web convert src/web.png -resize 256x256 -transparent white web/favicon-256x256.png |
