diff options
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -455,6 +455,7 @@ def make_spec(filename, version, target, options, requires=None): print('%{_datadir}/applications/dcpomatic2_combiner.desktop', file=f) if can_build_disk(target): print('%{_datadir}/applications/dcpomatic2_disk.desktop', file=f) + print('%{_datadir}/dcpomatic2/web/index.html', file=f) print('%{_datadir}/dcpomatic2/dcpomatic2_server_small.png', file=f) print('%{_datadir}/dcpomatic2/select_white.png', file=f) print('%{_datadir}/dcpomatic2/select_black.png', file=f) |
