mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
📦 Remove packaging
This commit is contained in:
parent
a383125bd2
commit
3ed45f1b79
1 changed files with 0 additions and 13 deletions
13
helper.py
13
helper.py
|
@ -60,16 +60,3 @@ def pack_it() -> None:
|
|||
|
||||
# create install.inf file in Windows Theme
|
||||
window_bundle()
|
||||
|
||||
# # Packaging
|
||||
# # - .tar archive for X11
|
||||
# # - .zip archive for Windows
|
||||
# shutil.make_archive(x11_out_dir, "tar", x11_out_dir)
|
||||
# shutil.make_archive(win_out_dir, "zip", win_out_dir)
|
||||
|
||||
# # Clenaup
|
||||
# shutil.rmtree(temp_folder)
|
||||
# for f in listdir(package_dir):
|
||||
# f_path = path.join(package_dir, f)
|
||||
# if path.isdir(f_path):
|
||||
# shutil.rmtree(f_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue