We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc276dd + df3f828 commit 949a2f3Copy full SHA for 949a2f3
snap/snapcraft.yaml
@@ -6,13 +6,18 @@ description: |
6
7
license: MIT
8
9
-base: core20
+base: core22
10
grade: stable
11
confinement: strict
12
13
+assumes:
14
+ - command-chain
15
+
16
apps:
17
slcli:
18
command: bin/slcli
19
+ command-chain:
20
+ - bin/homeishome-launch
21
environment:
22
LC_ALL: C.UTF-8
23
plugs:
@@ -34,3 +39,8 @@ parts:
34
39
35
40
stage-packages:
36
41
- python3
42
43
+ homeishome-launch:
44
+ plugin: nil
45
+ stage-snaps:
46
+ - homeishome-launch
0 commit comments