From 094d66b13758c8eee039d58419f392a3c2d2ab50 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 24 Nov 2025 12:15:00 +0000 Subject: [PATCH] rename test binary from 'anon_gui_test' to 'Uploader_test' for consistency --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 96cc0ef..ad64f8e 100644 --- a/build.py +++ b/build.py @@ -48,7 +48,7 @@ def build(build: bool = True, copy: bool = True, test: bool = False, dest: str | str(project_root / "nice.py"), "--onefile", "--name", - "anon_gui_test", + "Uploader_test", "--distpath", str(project_root / "dist" / "test"), "--workpath",