diff options
author | 2022-06-25 23:09:17 +0530 | |
---|---|---|
committer | 2022-06-25 23:09:17 +0530 | |
commit | c6fd2e8d88283a598108784af88d09ca88a4d3ea (patch) | |
tree | 077196f166c0491170607fca25d68d6e90c7ed0a | |
parent | b2f0fe493f8f09aa513470b3d22a43586331150b (diff) | |
download | whatsie-c6fd2e8d88283a598108784af88d09ca88a4d3ea.tar.gz whatsie-c6fd2e8d88283a598108784af88d09ca88a4d3ea.zip |
chore: update app description
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | dist/linux/com.ktechpit.whatsie.appdata.xml | 2 |
2 files changed, 2 insertions, 5 deletions
@@ -1,9 +1,6 @@ # WhatSie -WhatSie is Light, feature rich WhatsApp web client written in Qt and not on Electron. - -A simple & beautiful desktop client for WhatsApp Web. Chat without distractions -on Linux. Not affiliated with WhatsApp or Facebook. +Feature rich WhatsApp web client based on Qt WebEngine ## Features diff --git a/dist/linux/com.ktechpit.whatsie.appdata.xml b/dist/linux/com.ktechpit.whatsie.appdata.xml index 8aaa45f..9768913 100644 --- a/dist/linux/com.ktechpit.whatsie.appdata.xml +++ b/dist/linux/com.ktechpit.whatsie.appdata.xml @@ -7,7 +7,7 @@ <summary>Qt Whatsapp Web Client</summary> <developer_name>Keshav Bhatt</developer_name> <description> - <p>Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies</p> + <p>Feature rich WhatsApp web client based on Qt WebEngine</p> </description> <launchable type="desktop-id">com.ktechpit.whatsie.desktop</launchable> <url type="homepage">https://github.com/keshavbhatt/whatsie</url> |