diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-18 09:52:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-18 09:52:01 +0200 |
| commit | c15bbcee39aedc2b3ddbcdb85dcf3a3711d87a7e (patch) | |
| tree | d7c4a7ddbd991c9f2a6626722afa16bae0f5c5bc /platform/osx/make_dmg.sh | |
| parent | bfb4b5794578dcb3023c6fc90c13f45e376e6a11 (diff) | |
Fix missing icon in installer for a bunch of platforms.v2.15.74
Diffstat (limited to 'platform/osx/make_dmg.sh')
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 1cff3b5bb..b463d383b 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -213,6 +213,7 @@ function copy_resources { cp $prefix/src/dcpomatic/graphics/snap.png "$dest" cp $prefix/src/dcpomatic/graphics/sequence.png "$dest" cp $prefix/src/dcpomatic/graphics/me.jpg "$dest" + cp $prefix/src/dcpomatic/graphics/link.png "$dest" cp -r $prefix/share/libdcp/xsd "$dest" # i18n: DCP-o-matic .mo files |
