Don't base64 encode update packages
Closed this issue · 1 comments
aw commented
Current update packages are created with openssl's -a
flag, which base64 encodes the encrypted file, increasing its file size by ~33%.
Removing this flag is easy, but older systems will not be able to update from a package that's not base64 encoded -- a transition plan will be necessary.
aw commented
Raising the priority on this issue.