mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 07:04:47 -04:00
🎉 window_bundle helper init
This commit is contained in:
parent
9cd59c2d0d
commit
d9c7d870f8
1 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,12 @@ x11_out_dir = path.join(package_dir, x11_out)
|
||||||
win_out_dir = path.join(package_dir, win_out)
|
win_out_dir = path.join(package_dir, win_out)
|
||||||
|
|
||||||
|
|
||||||
|
def window_bundle() -> None:
|
||||||
|
|
||||||
|
# TODO: Where is Body !!!!!
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def init_build() -> None:
|
def init_build() -> None:
|
||||||
"""
|
"""
|
||||||
Print build version.
|
Print build version.
|
||||||
|
@ -40,6 +46,9 @@ def pack_it() -> None:
|
||||||
shutil.move(path.join(temp_folder, name, "x11"), x11_out_dir)
|
shutil.move(path.join(temp_folder, name, "x11"), x11_out_dir)
|
||||||
shutil.move(path.join(temp_folder, name, "win"), win_out_dir)
|
shutil.move(path.join(temp_folder, name, "win"), win_out_dir)
|
||||||
|
|
||||||
|
# create install.inf file in Windows Theme
|
||||||
|
window_bundle()
|
||||||
|
|
||||||
# Packaging
|
# Packaging
|
||||||
# - .tar archive for X11
|
# - .tar archive for X11
|
||||||
# - .zip archive for Windows
|
# - .zip archive for Windows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue