Add missing .desktop file to RPM builds.
authorCarl Hetherington <cth@carlh.net>
Sun, 8 Apr 2018 18:58:55 +0000 (19:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 8 Apr 2018 18:58:55 +0000 (19:58 +0100)
cscript

diff --git a/cscript b/cscript
index b75ed69e4d536fa67bf8ad028ab504aea2449929..ac31eee99b36608e8739ed4337e535f8d5f8ee9d 100644 (file)
--- 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)