diff options
-rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 683c752..63b2495 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: whatsie -version: git +version: '2.0' summary: Qt Based WhatsApp Client description: | Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies. @@ -8,6 +8,8 @@ confinement: strict icon: snap/gui/icon.png base: core18 +compression: lzo + architectures: - build-on: amd64 run-on: amd64 |