mirror of https://github.com/Syncplay/syncplay
Build syncplayConsole EXE
This commit is contained in:
parent
e21cd2604f
commit
f215f3bffa
|
@ -673,9 +673,7 @@ info = dict(
|
||||||
"icon_resources": [(1, "syncplay\\resources\\icon.ico")],
|
"icon_resources": [(1, "syncplay\\resources\\icon.ico")],
|
||||||
'dest_base': "Syncplay"},
|
'dest_base': "Syncplay"},
|
||||||
],
|
],
|
||||||
console=['syncplayServer.py'],
|
console=['syncplayServer.py', {"script":"syncplayClient.py", "icon_resources":[(1, "syncplay\\resources\\icon.ico")], 'dest_base': "SyncplayConsole"}],
|
||||||
# *** 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={
|
options={
|
||||||
'py2exe': {
|
'py2exe': {
|
||||||
|
|
Loading…
Reference in New Issue