Cursor build size fix (65 to 64)

This commit is contained in:
KaizIqbal 2020-08-02 11:16:06 +05:30
parent b6a8529cb0
commit 1120d17663

View file

@ -3,7 +3,7 @@ import tempfile
# Build Config # Build Config
delay = 50 delay = 50
name = "MacOSBigSur" name = "MacOSBigSur"
sizes = [24, 28, 32, 40, 48, 56, 65, 72, 80, 88, 96] sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
bitmaps_dir = "./bitmaps" bitmaps_dir = "./bitmaps"
temp_folder = tempfile.mkdtemp() temp_folder = tempfile.mkdtemp()