Another RPM fix.
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 11:11:43 +0000 (12:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 11:11:43 +0000 (12:11 +0100)
cscript

diff --git a/cscript b/cscript
index 85eb4d0df5a998c87b1b142f950c3901ab994be5..c9318ba9debc2d4aa990c42aae66a27d2b00a1f2 100644 (file)
--- a/cscript
+++ b/cscript
@@ -215,7 +215,7 @@ def make_spec(filename, version, target):
     print >>f,'%{_datadir}/dcpomatic2/dcpomatic2_server_small.png'
     print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf'
     print >>f,'%{_datadir}/dcpomatic2/splash.png'
-    for r in ['128x128', '16x16', '22x22', '32x32', '48x48', '64x64']:
+    for r in ['128x128', '16x16', '22x22', '256x256', '32x32', '48x48', '512x512', '64x64']:
         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r
         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_batch.png' % r
         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_kdm.png' % r