rename test binary from 'anon_gui_test' to 'Uploader_test' for consistency

This commit is contained in:
Ross
2025-11-24 12:15:00 +00:00
parent 6366557d20
commit 094d66b137
+1 -1
View File
@@ -48,7 +48,7 @@ def build(build: bool = True, copy: bool = True, test: bool = False, dest: str |
str(project_root / "nice.py"), str(project_root / "nice.py"),
"--onefile", "--onefile",
"--name", "--name",
"anon_gui_test", "Uploader_test",
"--distpath", "--distpath",
str(project_root / "dist" / "test"), str(project_root / "dist" / "test"),
"--workpath", "--workpath",