Update test_nuitka_binary.py

This commit is contained in:
KnugiHK
2025-05-07 22:40:28 +08:00
parent 520f31651c
commit 904f44dc12

View File

@@ -54,7 +54,7 @@ def test_nuitka_binary():
)
print(f"Nuitka compilation output: {compile_result.stdout}")
binary_path = "wtsexporter.exe"
binary_path = "./wtsexporter.exe"
assert os.path.exists(binary_path), f"Binary {binary_path} was not created."
try: