mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 07:34:44 -04:00
🗂 Out Directory structure
This commit is contained in:
parent
bc6e47f993
commit
094bacd2be
1 changed files with 5 additions and 0 deletions
5
build.py
5
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue