AnthonyMichaelTDM / DRG-Save-Editor

Rock and stone!
GNU General Public License v3.0
115 stars 17 forks source link

[Proposal] - remove --windowed flag from builds (use --console instead) #87

Closed AnthonyMichaelTDM closed 4 months ago

AnthonyMichaelTDM commented 4 months ago

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

AnthonyMichaelTDM commented 4 months ago

This is motivated in part by #81