ruby / snap.ruby

Ruby snap
29 stars 5 forks source link

Add launcher #3

Closed popey closed 6 years ago

popey commented 6 years ago

This adds a launcher/wrapper around the ruby executable to set the path correctly for each architecture. It is needed until the following bug is fixed in snapd. https://bugs.launchpad.net/snapd/+bug/1742565

This enables support for 64 bit Intel and ARM architectures. Additional architectures can be added by simply extending the launcher script if section.

hsbt commented 6 years ago

Thank you! I understood this launcher