diff --git a/stubs/pyinstaller/METADATA.toml b/stubs/pyinstaller/METADATA.toml index 909efab1715d..806c709bb3a6 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.21.*" +version = "6.22.*" upstream-repository = "https://github.com/pyinstaller/pyinstaller" diff --git a/stubs/pyinstaller/PyInstaller/building/splash.pyi b/stubs/pyinstaller/PyInstaller/building/splash.pyi index d7723bc76f53..4fd52ed03b96 100644 --- a/stubs/pyinstaller/PyInstaller/building/splash.pyi +++ b/stubs/pyinstaller/PyInstaller/building/splash.pyi @@ -10,6 +10,8 @@ class Splash(Target): full_tk: bool tcl_lib: str tk_lib: str + tcl_data_dir: str + tk_data_dir: str name: str script_name: StrPath minify_script: bool diff --git a/stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi b/stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi index 1a3f196f8f02..e73a5e1193dc 100644 --- a/stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi +++ b/stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi @@ -12,6 +12,8 @@ class TclTkInfo: tcl_data_dir: str | None tk_data_dir: str | None tcl_module_dir: str | None + tcl_data_missing: bool + tk_data_missing: bool is_macos_system_framework: bool tcl_shared_library: str | None tk_shared_library: str | None