diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-15 21:00:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-16 00:07:10 +0100 |
| commit | bf124d1ee666a1cef597f6e6291c931d276b831f (patch) | |
| tree | 3d680a8fa4c1e3f384408423d21f2232e6d68127 /platform/osx | |
| parent | f3c87bd59115b8d03837f98ee920cf0150a35c37 (diff) | |
Add dark-mode link icon.
Diffstat (limited to 'platform/osx')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 4772d8b19..bebd089bd 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -251,7 +251,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 $prefix/src/dcpomatic/graphics/link*.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" |
