From f25458a789a9d4102108bb7acd9834b9300de163 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Fri, 31 Jul 2020 16:41:03 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Build=20Config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 704b881..5c52ed6 100644 --- a/config.py +++ b/config.py @@ -1,8 +1,8 @@ import tempfile # Build Config -delay = 40 -name = "MacOS Big Sur" +delay = 50 +name = "MacOSBigSur" sizes = [24, 28, 32, 40, 48, 56, 65, 72, 80, 88, 96] bitmaps_dir = "./bitmaps"