Fix build.
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Aug 2015 19:01:18 +0000 (20:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Aug 2015 19:01:18 +0000 (20:01 +0100)
cscript

diff --git a/cscript b/cscript
index cdb6abac1bcc52e50a97f1db26729cc15e5a3e4c..6b4d534167888a44d5a279ae332e4120da4084cd 100644 (file)
--- a/cscript
+++ b/cscript
@@ -198,6 +198,7 @@ def make_spec(filename, version, target):
     print >>f,'%{_datadir}/applications/dcpomatic2_server.desktop'
     print >>f,'%{_datadir}/dcpomatic2/taskbar_icon.png'
     print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf'
+    print >>f,'%{_datadir}/dcpomatic2/splash.png'
     for r in ['128x128', '22x22', '32x32', '48x48', '64x64']:
         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r
     for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK']: