AnthonyMichaelTDM / DRG-Save-Editor

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

build: use console mode and build as standalone exe #88

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, this change removes 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.

Additionally, we now build the executable as a single standalone binary, that unpacks it's required files into a temp directory (this was done with the --onefile flag)