summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index 8cca9f169..9c5dfd502 100644
--- a/cscript
+++ b/cscript
@@ -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)