From 1120d176636baff2aac1838ba316b4f420be7ca7 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 2 Aug 2020 11:16:06 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Cursor=20build=20size=20fix=20(65?= =?UTF-8?q?=20to=2064)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()