diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-10 00:50:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-20 20:09:15 +0200 |
| commit | 9946c7aabecbb578dcbcb37f27973a98616956ce (patch) | |
| tree | 2a3029fee1bdb43cd31bf9169bc8dd440d6f6c4c /graphics/update | |
| parent | 2d9ad1b7bb17ae209aab7f85eb9d850bfead265f (diff) | |
First hacks on OOBE help.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/update b/graphics/update index 72aaa5f26..4695fcfe0 100755 --- a/graphics/update +++ b/graphics/update @@ -95,4 +95,12 @@ else done convert web/favicon-16x16.png web/favicon-32x32.png web/favicon-64x64.png web/favicon-128x128.png web/favicon-256x256.png web/favicon.ico convert src/web.png -resize 123x123 -transparent white web/logo.png + + # Help + mkdir -p help + for f in src/help/*.svg; do + base=$(basename $f | sed -e "s/.svg//") + $INKSCAPE help/$base.png $f + done + fi |
