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",