diff --git a/compile.py b/compile.py index 59d5df76..9817d299 100644 --- a/compile.py +++ b/compile.py @@ -3,6 +3,7 @@ import py2exe import glob + setup( # this is the file that is run when you start the game from the command line. console=["main.py"],