From 0fc9be381e709178d83dd5a23327241859d57ce1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Oct 2015 12:11:43 +0100 Subject: [PATCH] Another RPM fix. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 85eb4d0df..c9318ba9d 100644 --- 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 -- 2.30.2