From 35ca0a8b454b864309a2fcf9d855f234bda478b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 2 May 2026 09:58:46 +0200 Subject: [PATCH] pyinstaller package updated --- package/pyinstaller/testium.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/package/pyinstaller/testium.spec b/package/pyinstaller/testium.spec index dc8af2b..b330b66 100644 --- a/package/pyinstaller/testium.spec +++ b/package/pyinstaller/testium.spec @@ -5,19 +5,23 @@ a = Analysis( pathex=['../../src/testium', '../../src/testium/main_win/resources'], binaries=[], - datas=[ ('../../src/VERSION', '.'), - ('../../src/lua_func', 'lua_func'), - ('../../src/py_func', 'py_func'), - ('../../src/lib', 'lib')], + datas=[('../../src/VERSION', '.'), + ('../../src/testium/lua_func', 'lua_func')], hiddenimports=["git", "interpreter", "main_win", - "libs", - "libs.console", - "libs.termconsole", - "libs.console_ssh", - "libs.raw_tcp_console", - "libs.runtime_plot", + "runtime", + "py_func", + "py_func.tm", + "py_func.handle", + "py_func.func_call", + "api", + "api.console", + "api.termconsole", + "api.console_ssh", + "api.raw_tcp_console", + "api.runtime_plot", + "api.testium", "matplotlib.backends.backend_pdf", "telnetlib3", "serial",