4 ms·
You can already do this with these forks of ruby-packer and traveling-ruby: https://github.com/ericbeland/ruby-packer https://github.com/ericbeland/ruby-packer
by monfresh 3y ago
You can already do this with these forks of ruby-packer and traveling-ruby:
https://github.com/ericbeland/ruby-packer https://github.com/ericbeland/ruby-packer
https://github.com/YOU54F/traveling-ruby https://github.com/YOU54F/traveling-ruby
ruby-packer is what I use to distribute a paid CLI, although on macOS only because my product is specifically for customers on macOS.
The advantage of ruby-packer is that it is much simpler, but you need to have access to each OS where you want to distribute your executable. OTOH, with traveling-ruby, you can build executables for all OSes from the same machine.
- Alifatisk 3y agoHad no idea about the actively maintained fork, thanks!