diff --git a/config.py b/config.py index 5c52ed6..7069bdb 100644 --- a/config.py +++ b/config.py @@ -3,7 +3,7 @@ import tempfile # Build Config delay = 50 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" temp_folder = tempfile.mkdtemp()