diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-08 20:04:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:07 +0100 |
| commit | fafcda9bddf57be0c6cecdcb758c4c56df3c8b16 (patch) | |
| tree | 534e7f437ebd02c697be874abb2f975fbd91757a /platform/osx/wscript | |
| parent | fa76c85e0e880edec684e4da5c5477939a3ac78d (diff) | |
OS X multi-app hacks.
Diffstat (limited to 'platform/osx/wscript')
| -rw-r--r-- | platform/osx/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/wscript b/platform/osx/wscript index c1f2351dd..f2248fcb5 100644 --- a/platform/osx/wscript +++ b/platform/osx/wscript @@ -1,3 +1,5 @@ def build(bld): obj = bld(features='subst', source='dcpomatic2.Info.plist.in', target='dcpomatic2.Info.plist', version=bld.env.VERSION) obj = bld(features='subst', source='dcpomatic2_kdm.Info.plist.in', target='dcpomatic2_kdm.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_server.Info.plist.in', target='dcpomatic2_server.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_batch.Info.plist.in', target='dcpomatic2_batch.Info.plist', version=bld.env.VERSION) |
