diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-20 16:20:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-20 16:20:51 +0000 |
| commit | 4ec7a8070dfcda1fa327df6378eaab754f119f1b (patch) | |
| tree | d329a1dfea0b971e5712c9a48e4a5ec299f2d136 /platform | |
| parent | 8da5022c2a32accfc70a4f66a84e5158dcbe467f (diff) | |
Try to fix missing icons in OS X .dmg.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 39dac90af..bf7512b93 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -102,6 +102,11 @@ done cp build/platform/osx/Info.plist $WORK/$approot cp icons/dcpomatic.icns $WORK/$resources/DCP-o-matic.icns +cp icons/colour_conversions.png $WORK/$resources +cp icons/defaults.png $WORK/$resources +cp icons/kdm_email.png $WORK/$resources +cp icons/servers.png $WORK/$resources +cp icons/tms.png $WORK/$resources # i18n: .mo files for lang in de_DE es_ES fr_FR it_IT sv_SE; do |
