diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-10 00:50:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-20 20:09:15 +0200 |
| commit | 9946c7aabecbb578dcbcb37f27973a98616956ce (patch) | |
| tree | 2a3029fee1bdb43cd31bf9169bc8dd440d6f6c4c /platform | |
| parent | 2d9ad1b7bb17ae209aab7f85eb9d850bfead265f (diff) | |
First hacks on OOBE help.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 | ||||
| -rw-r--r-- | platform/windows/wscript | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index bfb518110..748fb852a 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -215,6 +215,7 @@ function copy_resources { 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/src/dcpomatic/graphics/help "$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 c6d4232d4..f3b720cdb 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -318,6 +318,9 @@ File "%graphics%/me.jpg" File "%graphics%/tick.png" File "%graphics%/no_tick.png" File "%graphics%/link.png" +File "%graphics%/help/add_content.png" +File "%graphics%/help/file_new.png" +File "%graphics%/help/preview.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" |
