-
I have made a few changes to cli.py that aren't suitable for everyone but that I want to use. How do I compile legendary into an exe to run it? Thanks! (I haven't ever used github discussions before so I don't know any normal conventions or other things like that, and I'm sorry if this question has already been answered somewhere else ;-;) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can either run the |
Beta Was this translation helpful? Give feedback.
You can either run the
cli.py
file directly by runningPYTHONPATH=. python legendary/cli.py any other args here
, or build an executable withpyinstaller --onefile --name legendary -i assets/windows_icon.ico legendary/cli.py