Relocate appification

This commit is contained in:
Valentin Niess
2025-05-20 22:01:34 +02:00
parent 75f10bbdc4
commit 331fc6ab7f
6 changed files with 338 additions and 231 deletions

View File

@@ -1,7 +1,7 @@
from .build import build_appimage
from .relocate import cert_file_env_string, patch_binary, relocate_python, \
tcltk_env_string
from .appify import Appifier, tcltk_env_string
from .relocate import patch_binary, relocate_python
__all__ = ['build_appimage', 'cert_file_env_string', 'patch_binary',
'relocate_python', 'tcltk_env_string']
__all__ = ['Appifier', 'build_appimage', 'patch_binary', 'relocate_python',
'tcltk_env_string']