1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | diff --git a/snapcraft.yaml b/snapcraft.yaml
index 807651a..4f5272f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -8,14 +8,15 @@ architectures: [ all ]
apps:
create:
command: bin/create
+ plugs: [classic-support]
reset:
command: bin/reset
+ plugs: [classic-support]
classic:
command: bin/classic
+ plugs: [classic-support]
parts:
copy:
plugin: dump
source: .
- filesets:
- bin/*: bin
|