From 36eaee51c16ca5dfebee1bbe79e407d217b9b205 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Jan 2023 22:16:48 +0100 Subject: Fix missing batch converter tool icons. --- platform/osx/make_dmg.sh | 2 ++ platform/windows/wscript | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'platform') 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" -- cgit v1.2.3