diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-28 21:45:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-03 01:27:53 +0100 |
| commit | 3b9be2ddfbfbb8ad0ae591ae90d93835ea42bf9f (patch) | |
| tree | 9d9910c57b3a1a4271ee7669eeb66cfde29343f3 /graphics/update | |
| parent | 9bc613b81ac9f818b0eb4d190d7f6d0ef3cbcd78 (diff) | |
Move some settings to new non-standard page.
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 ff3baca04..005bcf3fd 100755 --- a/graphics/update +++ b/graphics/update @@ -81,7 +81,7 @@ else # OS X preferences icons mkdir -p osx/preferences for c in black white; do - for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced; do + for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced non_standard; do inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/${i}_${c}.png --width 32 --height 32 src/preferences_$c.svg inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/${i}@2x_${c}.png --width 64 --height 64 src/preferences_$c.svg done |
