From a29ef2beda5fe617b9a9a55af54e27f5d275a548 Mon Sep 17 00:00:00 2001 From: ahmedfyaz Date: Tue, 9 Dec 2025 22:51:28 +0500 Subject: [PATCH] initial commit --- compile.py | 1 + 1 file changed, 1 insertion(+) 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"],