simso-gui icon indicating copy to clipboard operation
simso-gui copied to clipboard

Github action to compile the binaries for all platforms

Open alrevuelta opened this issue 4 years ago • 3 comments

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.

alrevuelta avatar Apr 15 '20 17:04 alrevuelta

In which format would it be packaged for the various systems?

MaximeCheramy avatar Apr 15 '20 19:04 MaximeCheramy

I plan to use pyinstaller, which generates a .exe for windows, .dmg for macOS and don't know for Linux.

alrevuelta avatar Apr 15 '20 20:04 alrevuelta

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.

MaximeCheramy avatar Apr 16 '20 06:04 MaximeCheramy