snap: Use symlink instead of bind-mount for layout
As per https://snapcraft.io/docs/snap-layouts, bind-mounts significantly increase the startup time of the snap. Use symlink instead for better performance.pull/580/head
parent
72635df56e
commit
13b461d750
|
@ -17,7 +17,7 @@ license: GPL-3.0
|
|||
|
||||
layout:
|
||||
/usr/share/solvespace:
|
||||
bind: $SNAP/usr/share/solvespace
|
||||
symlink: $SNAP/usr/share/solvespace
|
||||
|
||||
apps:
|
||||
solvespace:
|
||||
|
|
Loading…
Reference in New Issue