The snap format page https://snapcraft.io/docs/snap-format does not mention compression parameter.
I am working on electron-builder to optionally support LZO compression and was looking to reference the compression: lzo
parameter.
The snap format page https://snapcraft.io/docs/snap-format does not mention compression parameter.
I am working on electron-builder to optionally support LZO compression and was looking to reference the compression: lzo
parameter.
False alarm, found info on https://snapcraft.io/docs/snapcraft-top-level-metadata
Thanks! It should also have been in Snapcraft.yaml reference, which I’ve just edited to include compression.
Are you still working on this? Most electron apps would really benefit from it.