diff --git a/buildPy2exe.py b/buildPy2exe.py index 5ab95c9..c59729a 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -677,7 +677,7 @@ common_info = dict( info = dict( common_info, - windows=[{"script":"syncplayClient.py", "icon_resources":[(1, "resources\\icon.ico")], 'dest_base': "Syncplay",'uac_info': "requireAdministrator",},], + windows=[{"script":"syncplayClient.py", "icon_resources":[(1, "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"}],