summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/cscript b/cscript
index 5a0879654..e2bd3f820 100644
--- a/cscript
+++ b/cscript
@@ -268,6 +268,11 @@ def make_spec(filename, version, target, options, requires=None):
print('%{_datadir}/applications/dcpomatic2_kdm.desktop', file=f)
print('%{_datadir}/applications/dcpomatic2_player.desktop', file=f)
print('%{_datadir}/dcpomatic2/dcpomatic2_server_small.png', file=f)
+ print('%{_datadir}/dcpomatic2/select.png', file=f)
+ print('%{_datadir}/dcpomatic2/sequence.png', file=f)
+ print('%{_datadir}/dcpomatic2/snap.png', file=f)
+ print('%{_datadir}/dcpomatic2/zoom.png', file=f)
+ print('%{_datadir}/dcpomatic2/zoom_all.png', file=f)
print('%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf', file=f)
print('%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf', file=f)
print('%{_datadir}/dcpomatic2/LiberationSans-Bold.ttf', file=f)