diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-11 20:01:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-11 20:01:18 +0100 |
| commit | e94b8b6eef58367bf97788d7aed340ab051568fb (patch) | |
| tree | a24972c891beafa3f137a77953c3c1750472aff4 /cscript | |
| parent | b75b2a81c24716e21442178b77ee0276ddff843c (diff) | |
Fix build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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']: |
