X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=platform%2Fosx%2Fwscript;h=da20065f5622e297b223e0167451c3a99a06268c;hb=a1f7bf2d9e5610075fbd898cdf52f4f8373741f2;hp=a34c21e2ed825d49cf791aab5a396fd477f8539a;hpb=cd06ec145bf9617615fae7d620cf51ad5b486293;p=dcpomatic.git diff --git a/platform/osx/wscript b/platform/osx/wscript index a34c21e2e..da20065f5 100644 --- a/platform/osx/wscript +++ b/platform/osx/wscript @@ -4,3 +4,5 @@ def build(bld): 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) obj = bld(features='subst', source='dcpomatic2_player.Info.plist.in', target='dcpomatic2_player.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_playlist.Info.plist.in', target='dcpomatic2_playlist.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_disk.Info.plist.in', target='dcpomatic2_disk.Info.plist', version=bld.env.VERSION)