forked from TrueCloudLab/rclone
Update snapcraft.yaml
This commit is contained in:
parent
10e532bce9
commit
9bb408e1a9
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ grade: stable
|
||||||
apps:
|
apps:
|
||||||
rclone:
|
rclone:
|
||||||
command: bin/rclone
|
command: bin/rclone
|
||||||
plugs: [home, network, network-bind]
|
plugs: [home, network, network-bind, fuse-support]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
rclone:
|
rclone:
|
||||||
|
@ -19,4 +19,4 @@ parts:
|
||||||
source-tag: v1.35
|
source-tag: v1.35
|
||||||
source-type: git
|
source-type: git
|
||||||
go-importpath: github.com/ncw/rclone
|
go-importpath: github.com/ncw/rclone
|
||||||
build-packages: [gcc, libgudev-1.0-dev]
|
build-packages: [gcc, libgudev-1.0-dev, fuse]
|
||||||
|
|
Loading…
Add table
Reference in a new issue