diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-25 00:18:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-25 00:18:01 +0100 |
| commit | ac7974191b928df286a0d515c886d4e08ab6b06c (patch) | |
| tree | a2646fbfb8ebdd93dbe75a8500efad3e0fd01153 /graphics/update | |
| parent | 0f8e8ae6dba273170a5f60a16a14fbe69627dc0e (diff) | |
Try to fix missing server icon on OS X.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/update b/graphics/update index 06e4de302..690109a76 100755 --- a/graphics/update +++ b/graphics/update @@ -23,6 +23,7 @@ else # OS X application icons mkdir -p osx 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 |
