Skip to content

Commit

Permalink
Build syncplayConsole EXE
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h authored Sep 17, 2023
1 parent e21cd26 commit f215f3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildPy2exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,7 @@ def run(self):
"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': {
Expand Down

0 comments on commit f215f3b

Please sign in to comment.