Skip to content

Commit

Permalink
Try and build a console based application (temporarily).
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Nov 8, 2023
1 parent df72b3e commit 757d4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/pyinstaller/create_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def main(variant):
'../../src/mapclient/application.py',
'-n', f'{APPLICATION_NAME}{variant}',
# '--debug', 'noarchive',
'--windowed',
# '--console',
# '--windowed',
'--console',
'--noconfirm',
'--hidden-import', 'scipy',
'--hidden-import', 'scipy.interpolate',
Expand Down

0 comments on commit 757d4a3

Please sign in to comment.