From 4d721e683b584fe48e7905e44ab3da23afe76145 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Jul 2024 10:23:49 +0200 Subject: Add newly-installed file for RPM builds. --- cscript | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3