Skip to content

Commit

Permalink
Merge pull request #7 from sergio-costas/use-lzo-compression
Browse files Browse the repository at this point in the history
Use LZO compression
  • Loading branch information
kenvandine committed Feb 13, 2024
2 parents 02e8fb2 + 1dddf37 commit b8b8581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ base: core22
adopt-info: loupe
grade: stable
confinement: strict
compression: lzo

layout:
/usr/share/loupe:
symlink: $SNAP/usr/share/loupe
/usr/libexec/glycin-loaders:
bind: $SNAP/usr/libexec/glycin-loaders

parts:
parts:
rustup:
plugin: nil
build-packages: [wget]
Expand Down

0 comments on commit b8b8581

Please sign in to comment.