summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-15 10:23:49 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-15 10:23:49 +0200
commit4d721e683b584fe48e7905e44ab3da23afe76145 (patch)
tree3f35a6d449f20726ad521d41241b0753488cf272
parentbb8632cccb7193cd458c625ea3fb006a90838170 (diff)
Add newly-installed file for RPM builds.v2.17.19
-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)