snapcraft: Point home and config dir towards non-versioned snap home (fixes #3730)

This commit is contained in:
Jakob Borg 2016-11-14 19:05:59 +01:00
parent ba6aff4a1b
commit 562d2f67a6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ confinement: strict
apps:
syncthing:
command: syncthing
command: env HOME="$SNAP_USER_COMMON" XDG_CONFIG_HOME="$SNAP_USER_COMMON" "$SNAP/syncthing"
plugs: [home, network, network-bind]
parts: