mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-20 23:57:01 +00:00
Update test_nuitka_binary.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user