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)
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)