diff options
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r-- | snap/snapcraft.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 52a27e3..5567066 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml | |||
@@ -23,6 +23,12 @@ adopt-info: messenger-gtk | |||
23 | grade: stable | 23 | grade: stable |
24 | confinement: strict | 24 | confinement: strict |
25 | base: core22 | 25 | base: core22 |
26 | architectures: | ||
27 | - amd64 | ||
28 | - arm64 | ||
29 | - armhf | ||
30 | - ppc64el | ||
31 | - i386 | ||
26 | icon: resources/icon/full_color.svg | 32 | icon: resources/icon/full_color.svg |
27 | apps: | 33 | apps: |
28 | messenger-gtk: | 34 | messenger-gtk: |