rename test binary from 'anon_gui_test' to 'Uploader_test' for consistency
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user