diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-10 12:11:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-10 12:11:43 +0100 |
| commit | 0fc9be381e709178d83dd5a23327241859d57ce1 (patch) | |
| tree | b1006189ce2c93c8c6ab5ce183238cf6a6156197 | |
| parent | 9e0b020c8771ec3c2c30a7ea2c55c46c3fae65d9 (diff) | |
Another RPM fix.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
