mirror of https://github.com/Syncplay/syncplay
Add instructions for py2exe client console mode
This commit is contained in:
parent
2b14a94283
commit
5001845e10
|
@ -600,6 +600,8 @@ info = dict(
|
||||||
common_info,
|
common_info,
|
||||||
windows=[{"script":"syncplayClient.py", "icon_resources":[(1, "resources\\icon.ico")], 'dest_base': "Syncplay"}],
|
windows=[{"script":"syncplayClient.py", "icon_resources":[(1, "resources\\icon.ico")], 'dest_base': "Syncplay"}],
|
||||||
console=['syncplayServer.py'],
|
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': {
|
options={'py2exe': {
|
||||||
'dist_dir': OUT_DIR,
|
'dist_dir': OUT_DIR,
|
||||||
'packages': 'PySide.QtUiTools',
|
'packages': 'PySide.QtUiTools',
|
||||||
|
|
Loading…
Reference in New Issue