From a1c53c3db2bbea7c763a1229bbb367223389606e Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 27 Dec 2025 17:32:28 +0800 Subject: [PATCH] Update test_nuitka_binary.py --- tests/test_nuitka_binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_nuitka_binary.py b/tests/test_nuitka_binary.py index e65e6bf..0334c21 100644 --- a/tests/test_nuitka_binary.py +++ b/tests/test_nuitka_binary.py @@ -45,7 +45,7 @@ def test_nuitka_binary(): "python", "-m", "nuitka", "--onefile", "--assume-yes-for-downloads", "--include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html", "Whatsapp_Chat_Exporter", - "--output-filename=wtsexporter_linux_x64.exe" # use .exe on all platforms for compatibility + "--output-filename=wtsexporter.exe" # use .exe on all platforms for compatibility ] compile_result = subprocess.run(