summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-06 22:16:48 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-06 22:17:27 +0100
commit36eaee51c16ca5dfebee1bbe79e407d217b9b205 (patch)
tree2542e33e5e6f24970614cc796400e12791ef67be /platform
parent5086e84e4f7ec3598d77200bff6b915daa7327e0 (diff)
Fix missing batch converter tool icons.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
-rw-r--r--platform/windows/wscript4
2 files changed, 6 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 5b383a571..087e8b936 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -251,6 +251,8 @@ function copy_resources {
cp $prefix/src/dcpomatic/graphics/link.png "$dest"
cp $prefix/src/dcpomatic/graphics/tick.png "$dest"
cp $prefix/src/dcpomatic/graphics/no_tick.png "$dest"
+ cp $prefix/src/dcpomatic/graphics/add*.png "$dest"
+ cp $prefix/src/dcpomatic/graphics/pause*.png "$dest"
cp -r $prefix/share/libdcp/xsd "$dest"
cp -r $prefix/share/libdcp/tags "$dest"
cp -r $prefix/share/libdcp/ratings "$dest"
diff --git a/platform/windows/wscript b/platform/windows/wscript
index 5a40024d7..a34ce879f 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -321,6 +321,10 @@ File "%graphics%/me.jpg"
File "%graphics%/tick.png"
File "%graphics%/no_tick.png"
File "%graphics%/link.png"
+File "%graphics%/add_black.png"
+File "%graphics%/add_white.png"
+File "%graphics%/pause_black.png"
+File "%graphics%/pause_white.png"
SetOutPath "$INSTDIR\\xsd"
File "%cdist_deps%/share/libdcp/xsd/DCDMSubtitle-2010.xsd"
File "%cdist_deps%/share/libdcp/xsd/DCSubtitle.v1.mattsson.xsd"