It's not always clear to users that the executable is intended to be run from the terminal, we should remove the --windowed flag from the build workflow so this if users start the executable from, say, an app launcher or file explorer, a console will be spawned and the gui will be attached to it.
Note: this won't affect Linux users, as the --windowed flag has no affect on Linux
Note: while I'm at it, it may be worth looking at the --onefile flag as well
It's not always clear to users that the executable is intended to be run from the terminal, we should remove the --windowed flag from the build workflow so this if users start the executable from, say, an app launcher or file explorer, a console will be spawned and the gui will be attached to it.
Note: this won't affect Linux users, as the --windowed flag has no affect on Linux
Note: while I'm at it, it may be worth looking at the --onefile flag as well