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
Maximilian Federle 2020-04-16 20:27:01 +02:00 committed by whitequark
parent 72635df56e
commit 13b461d750
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ license: GPL-3.0
layout:
/usr/share/solvespace:
bind: $SNAP/usr/share/solvespace
symlink: $SNAP/usr/share/solvespace
apps:
solvespace: