From 094bacd2be948fb687acdb993ce6fc3f7117782f Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 28 Jul 2020 17:02:47 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=82=20Out=20Directory=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.py b/build.py index 7486a38..b68b1db 100644 --- a/build.py +++ b/build.py @@ -10,3 +10,8 @@ with open('./hotspots.json', 'r') as hotspot_file: config = json.loads(hotspot_file.read()) build_cursor_theme(name="macOS Big Sur", image_dir="./bitmaps", cursor_sizes=sizes, out_path="out", archive=False, delay=30) + +# Rename directory & cleanup +shutil.move("./out/macOS Big Sur/x11", "./out/macOSBigSur") +shutil.move("./out/macOS Big Sur/win", "./out/macOSBigSur_Windows") +shutil.rmtree("./out/macOS Big Sur")