X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=cscript;h=992a3e9c47d30e0f4d33de0f22401dbc6c67e318;hp=d6426787f7d7ecc46230e52e9b9c7fd7ce47b698;hb=e04e33702ce3b5cc7f21def0e5abfe06d3fa23ca;hpb=2cdf3d9f461b12d0925cc54368105bbd177bbbb3 diff --git a/cscript b/cscript index d6426787f..992a3e9c4 100644 --- a/cscript +++ b/cscript @@ -278,6 +278,9 @@ def make_spec(filename, version, target, options, requires=None): print('%{_bindir}/dcpomatic2_kdm_cli', file=f) print('%{_bindir}/dcpomatic2_player', file=f) print('%{_bindir}/dcpomatic2_playlist', file=f) + if options['variant'] == 'swaroop-studio': + print('%{_bindir}/dcpomatic2_ecinema', file=f) + print('%{_bindir}/dcpomatic2_uuid', file=f) print('%{_datadir}/applications/dcpomatic2.desktop', file=f) print('%{_datadir}/applications/dcpomatic2_batch.desktop', file=f) print('%{_datadir}/applications/dcpomatic2_server.desktop', file=f)