diff --git a/logo/make.py b/logo/make.py index 0e581df1e..9c09ba232 100755 --- a/logo/make.py +++ b/logo/make.py @@ -23,7 +23,7 @@ if os.path.exists(iconset): shutil.rmtree(iconset) os.mkdir(iconset) os.chdir(iconset) -for sz in (16, 32, 128, 256, 512, 1024): +for sz in (16, 32, 64, 128, 256, 512, 1024): iname = 'icon_{0}x{0}.png'.format(sz) iname2x = 'icon_{0}x{0}@2x.png'.format(sz // 2) render(iname, sz)