summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-04 23:08:41 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-09 00:35:10 +0200
commit9386e9c7c911df62f228b466cdb57c1d2eefb056 (patch)
treecc1747dee3d64b336a9df798ab046e640ea4469b /graphics/update
parent0c673b9db3dd530fb8fc4303acb4b7ab722bd09e (diff)
Rename TMS -> Upload in prefs.
Diffstat (limited to 'graphics/update')
-rwxr-xr-xgraphics/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update
index 83a332dc1..590a8ca9e 100755
--- a/graphics/update
+++ b/graphics/update
@@ -84,7 +84,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 non_standard; do
+ for i in defaults email kdm_email cover_sheet keys upload 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