X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=platform%2Fosx%2Fmake_dmg.sh;h=7a9542fd74099de6104a67e2f254c0153426d698;hb=a713e8258acc3f0e960c4e87ba8684902d29a591;hp=3d910f8e0ac2ea69d3ff09bbbc4f937359e1c94a;hpb=2c4776f4beb5fd29be840c57a0e8878422ac530d;p=dcpomatic.git diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 3d910f8e0..7a9542fd7 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -166,6 +166,7 @@ function copy_libs { copy_lib_env libFLAC "$dest" copy_lib_env libvorbis "$dest" copy_lib_env libogg "$dest" + copy_lib_env libxerces-c "$dest" } # @param #1 directory to copy to @@ -194,7 +195,6 @@ function copy_resources { cp $prefix/src/dcpomatic/graphics/osx/preferences/keys.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/cover_sheet.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/notifications.png "$dest" - cp $prefix/src/dcpomatic/graphics/osx/preferences/accounts.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/locations.png "$dest" cp $prefix/src/dcpomatic/fonts/LiberationSans-Regular.ttf "$dest" cp $prefix/src/dcpomatic/fonts/LiberationSans-Italic.ttf "$dest" @@ -207,7 +207,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 -r $prefix/share/libdcp/sdk "$dest" + cp -r $prefix/share/libdcp/xsd "$dest" # i18n: DCP-o-matic .mo files for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK pt_PT pt_BR sk_SK cs_CZ uk_UA zh_CN tr_TR; do