fix icp6 icon size is 48x48 not 64x64

This commit is contained in:
relikd
2021-10-13 00:32:52 +02:00
parent 63ead01c47
commit 566a328a27
4 changed files with 4 additions and 4 deletions

View File

@@ -270,7 +270,7 @@ class TestIcnsType(unittest.TestCase):
('it32', 'rgb', '', (128, 128), 49152), # 3x8-bit
('t8mk', 'bin', 'mask', (128, 128), 16384), # 8-bit mask
('ic05', 'argb', '', (32, 32), 4096), # 4x8-bit
('icp6', 'png', '', (64, 64), None),
('icp6', 'png', '', (48, 48), None),
('ic14', 'png', '@2x', (512, 512), None),
('info', 'plist', '', None, None),
('sbtp', 'icns', 'template', None, None),