summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-25 08:58:43 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-25 08:58:43 +0100
commit8e2d3d6c051b1385d5df4f58691e3a694f13a1d4 (patch)
tree92322be4f866b85f8f481e3e91128023a77271d1 /graphics
parent5cee9f16fb25871351214656bf01b229e04a8580 (diff)
Small optimisation.
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update
index 690109a76..73436cb6a 100755
--- a/graphics/update
+++ b/graphics/update
@@ -22,8 +22,8 @@ else
# OS X application icons
mkdir -p osx
+ convert src/dcpomatic.png -resize 32x32 osx/dcpomatic2.png
for r in 16 32 128 256 512; do
- convert src/dcpomatic.png -resize 32x32 osx/dcpomatic2.png
for p in dcpomatic2; do
mkdir -p osx/$p.iconset
convert src/dcpomatic.png -resize $rx$r osx/$p.iconset/icon_${r}x${r}.png