From 929e75215b14e1536e93066b2c071fec594f0f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 22 Jan 2026 19:36:51 +0100 Subject: [PATCH] added icon path --- package/pyinstaller/testium.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/pyinstaller/testium.spec b/package/pyinstaller/testium.spec index 8f7f7c8..5e8c5c8 100644 --- a/package/pyinstaller/testium.spec +++ b/package/pyinstaller/testium.spec @@ -25,9 +25,7 @@ a = Analysis( "colorama", "matplotlib", "junit_xml", - "lxml", - "tables", - "pandas",], + "lxml"], hookspath=[], hooksconfig={}, runtime_hooks=[], @@ -55,4 +53,5 @@ exe = EXE( target_arch=None, codesign_identity=None, entitlements_file=None, + ico='../testium.png' )