metanorma / ruby-packer

Packing your Ruby application into a single executable.
MIT License
6 stars 2 forks source link

Remove libautoupdate and enclose.io patches #14

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

We do not want libautoupdate potentially changing code embedded in the binary. This functionality in any case would not work with operating systems that require executable signing (e.g. macOS).

This issue is to remove the libautoupdate and enclose.io patches.

ronaldtse commented 3 years ago

Actually the auto update functionality merely downloads the new squashfs image into some hidden directory for execution. I think we could update the code to achieve that.