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