diff options
author | 2021-08-30 13:15:11 +0530 | |
---|---|---|
committer | 2021-08-30 13:15:11 +0530 | |
commit | a2a1428e4952ffc877eb2d2ee352e2b6723f0976 (patch) | |
tree | f72bfcabb8684c848c00588a925009ae019ebe13 | |
parent | ceec2eb186411818593863ea44c3e21e705459d7 (diff) | |
download | whatsie-a2a1428e4952ffc877eb2d2ee352e2b6723f0976.tar.gz whatsie-a2a1428e4952ffc877eb2d2ee352e2b6723f0976.zip |
version bumped to 2.0, snap using LZO compression now.
-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 |