From f215f3bffaafce4506e070d4da1ec2c22c8377c0 Mon Sep 17 00:00:00 2001 From: Etoh Date: Sun, 17 Sep 2023 15:24:19 +0100 Subject: [PATCH] Build syncplayConsole EXE --- buildPy2exe.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index d023740..22a4f02 100755 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -673,9 +673,7 @@ info = dict( "icon_resources": [(1, "syncplay\\resources\\icon.ico")], 'dest_base': "Syncplay"}, ], - console=['syncplayServer.py'], - # *** If you wish to make the Syncplay client use console mode (for --no-gui to work) then comment out the above two lines and uncomment the following line: - # console=['syncplayServer.py', {"script":"syncplayClient.py", "icon_resources":[(1, "resources\\icon.ico")], 'dest_base': "Syncplay"}], + console=['syncplayServer.py', {"script":"syncplayClient.py", "icon_resources":[(1, "syncplay\\resources\\icon.ico")], 'dest_base': "SyncplayConsole"}], options={ 'py2exe': {