diff --git a/build.py b/build.py index 0b7ee88..eba6557 100644 --- a/build.py +++ b/build.py @@ -32,6 +32,7 @@ call(['pyinstaller', '--add-data', '.' + pathsep + '.', '--windowed', + '--name', 'Protect the Pond! Quack the Case!', '--onefile', 'aaaaAAAA/__main__.py' ])