summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-10 12:11:43 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-10 12:11:43 +0100
commit0fc9be381e709178d83dd5a23327241859d57ce1 (patch)
treeb1006189ce2c93c8c6ab5ce183238cf6a6156197
parent9e0b020c8771ec3c2c30a7ea2c55c46c3fae65d9 (diff)
Another RPM fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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