added icon path

This commit is contained in:
2026-01-22 19:36:51 +01:00
parent b74bcb1ccd
commit 929e75215b

View File

@@ -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'
)