From 5001845e10ebd141cba10843e2480f30551abf2d Mon Sep 17 00:00:00 2001 From: Et0h Date: Sat, 9 Aug 2014 17:47:31 +0100 Subject: [PATCH] Add instructions for py2exe client console mode --- buildPy2exe.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildPy2exe.py b/buildPy2exe.py index 8c5e84e..7f91acc 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -600,6 +600,8 @@ info = dict( common_info, 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"}], options={'py2exe': { 'dist_dir': OUT_DIR, 'packages': 'PySide.QtUiTools',