diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-05-27 20:54:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-05-27 23:05:46 +0100 |
| commit | 1158dd504d0838b0c359b2cf1d63615c4ecb0a53 (patch) | |
| tree | 026a4bf5c2175d96ed90007bb17d4362850dcefd /graphics/update | |
| parent | aae000e8a37a494bf20ba0e5dd219ad9f78c6286 (diff) | |
Add UI for message box / email notifications.
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 cd0995e05..e33e9a8b5 100755 --- a/graphics/update +++ b/graphics/update @@ -55,7 +55,7 @@ else # OS X preferences icons # servers.png does not have an SVG version mkdir -p osx/preferences - for i in colour_conversions defaults email kdm_email cover_sheet keys tms; do + for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications; do $INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32 done |
