summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-18 09:52:01 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-18 09:52:01 +0200
commitc15bbcee39aedc2b3ddbcdb85dcf3a3711d87a7e (patch)
treed7c4a7ddbd991c9f2a6626722afa16bae0f5c5bc /platform
parentbfb4b5794578dcb3023c6fc90c13f45e376e6a11 (diff)
Fix missing icon in installer for a bunch of platforms.v2.15.74
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh1
-rw-r--r--platform/windows/wscript1
2 files changed, 2 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
diff --git a/platform/windows/wscript b/platform/windows/wscript
index 8507637d8..0ef843c93 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -317,6 +317,7 @@ File "%graphics%/sequence.png"
File "%graphics%/me.jpg"
File "%graphics%/tick.png"
File "%graphics%/no_tick.png"
+File "%graphics%/link.png"
SetOutPath "$INSTDIR\\xsd"
File "%cdist_deps%/share/libdcp/xsd/SMPTE-429-7-2006-CPL.xsd"
File "%cdist_deps%/share/libdcp/xsd/SMPTE-429-8-2006-PKL.xsd"