diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-15 10:23:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-15 10:23:49 +0200 |
| commit | 4d721e683b584fe48e7905e44ab3da23afe76145 (patch) | |
| tree | 3f35a6d449f20726ad521d41241b0753488cf272 | |
| parent | bb8632cccb7193cd458c625ea3fb006a90838170 (diff) | |
Add newly-installed file for RPM builds.v2.17.19
| -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) |
