mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Forward SSL cert to applications build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from .build import build_appimage
|
||||
from .relocate import patch_binary, relocate_python, tcltk_env_string
|
||||
from .relocate import cert_file_env_string, patch_binary, relocate_python, \
|
||||
tcltk_env_string
|
||||
|
||||
|
||||
__all__ = ['build_appimage', 'patch_binary', 'relocate_python',
|
||||
'tcltk_env_string']
|
||||
__all__ = ['build_appimage', 'cert_file_env_string', 'patch_binary',
|
||||
'relocate_python', 'tcltk_env_string']
|
||||
|
||||
@@ -12,7 +12,8 @@ from ..utils.system import ldd, system
|
||||
from ..utils.template import copy_template, load_template
|
||||
|
||||
|
||||
__all__ = ["patch_binary", "relocate_python", "tcltk_env_string"]
|
||||
__all__ = ["cert_file_env_string", "patch_binary", "relocate_python",
|
||||
"tcltk_env_string"]
|
||||
|
||||
|
||||
def _copy_template(name, destination, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user