mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
✨ Helpers name changed
This commit is contained in:
parent
85032a0e9e
commit
9a61354b02
2 changed files with 7 additions and 6 deletions
|
@ -10,13 +10,16 @@ win_out_dir = path.join(package_dir, win_out)
|
|||
|
||||
|
||||
def init_build() -> None:
|
||||
"""
|
||||
Remove previously built packages.
|
||||
"""
|
||||
if path.exists(package_dir):
|
||||
shutil.rmtree(package_dir)
|
||||
|
||||
|
||||
def cleanup() -> None:
|
||||
def pack_it() -> None:
|
||||
"""
|
||||
🧹 Clean the unnecessary directorys & generate archive files.
|
||||
Create Crisp 📦 Packages for Windows & X11 Cursor Theme.
|
||||
"""
|
||||
# Rename directory
|
||||
shutil.move(path.join(temp_folder, name, "x11"), x11_out_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue