simso-gui
simso-gui copied to clipboard
Github action to compile the binaries for all platforms
Would you accept a pull request of a GitHub action that compiles simso-gui
for all platforms and leaves the binaries on GitHub for everyone to be downloaded? Would be easier to use, no dependancies needed, not even Python.
In which format would it be packaged for the various systems?
I plan to use pyinstaller
, which generates a .exe
for windows, .dmg
for macOS and don't know for Linux.
That's what I used when I created a .exe
and a .dmg
so it looks good to me. For Linux, I believe people will still prefer to use pip
or a package for their distribution (or a flatpak nowadays?). If you create the MR, I'll probably accept it.