diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-18 23:32:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-18 23:32:27 +0000 |
| commit | 1f6ce17f669a6d1d8e60cb7c31267c9b7aee808d (patch) | |
| tree | 3a7816ef966799ad0f39fed62ae4ddc319e6594a /graphics | |
| parent | 07f8ca1c6fb86fad8a6ba5bbf5f8ed8b74210579 (diff) | |
Bits to put playlist editor in the main distribution.
Diffstat (limited to 'graphics')
| -rwxr-xr-x | graphics/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index 42e8f5e8f..24c05a7aa 100755 --- a/graphics/update +++ b/graphics/update @@ -21,7 +21,7 @@ done if [ `uname -s` == "Darwin" ]; then # Convert OS X icons using OS X-only iconutil - for p in dcpomatic2 dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player; do + for p in dcpomatic2 dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player dcpomatic2_playlist; do iconutil --convert icns --output osx/$p.icns osx/$p.iconset done else |
