Skip to content

Commit

Permalink
update pyinstaller params
Browse files Browse the repository at this point in the history
  • Loading branch information
e-sollier committed Mar 21, 2024
1 parent e55d3c3 commit 5eea393
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified pyinstaller/figeno_icon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions pyinstaller/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

args=argparse.ArgumentParser().parse_args()
args.webview=True
args.server=False
args.port=5000
args.debug=False
figeno.cli.gui.main(args)
Expand Down

0 comments on commit 5eea393

Please sign in to comment.