summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-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