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", "colorama",
"matplotlib", "matplotlib",
"junit_xml", "junit_xml",
"lxml", "lxml"],
"tables",
"pandas",],
hookspath=[], hookspath=[],
hooksconfig={}, hooksconfig={},
runtime_hooks=[], runtime_hooks=[],
@@ -55,4 +53,5 @@ exe = EXE(
target_arch=None, target_arch=None,
codesign_identity=None, codesign_identity=None,
entitlements_file=None, entitlements_file=None,
ico='../testium.png'
) )