From 6c31937d9be060d856306da4ae42847584d516bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 8 Apr 2018 19:58:55 +0100 Subject: Add missing .desktop file to RPM builds. --- cscript | 1 + 1 file changed, 1 insertion(+) diff --git a/cscript b/cscript index b75ed69e4..ac31eee99 100644 --- a/cscript +++ b/cscript @@ -252,6 +252,7 @@ def make_spec(filename, version, target, requires=None): print('%{_datadir}/applications/dcpomatic2_batch.desktop', file=f) print('%{_datadir}/applications/dcpomatic2_server.desktop', file=f) 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/LiberationSans-Regular.ttf', file=f) print('%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf', file=f) -- cgit v1.2.3