diff options
author | 2022-02-19 22:38:08 +0530 | |
---|---|---|
committer | 2022-02-19 22:38:08 +0530 | |
commit | 4f0558a9820c1bd490ae594382db298640bba867 (patch) | |
tree | 91a9f41610e7f7276f68c62f4bf051b4c8b0808b /src | |
parent | dcc39239a92f5b129d1c156419cc615e5d66a9d2 (diff) | |
download | whatsie-4f0558a9820c1bd490ae594382db298640bba867.tar.gz whatsie-4f0558a9820c1bd490ae594382db298640bba867.zip |
chore: move desktop file to src
Diffstat (limited to 'src')
-rw-r--r-- | src/whatsie.desktop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/whatsie.desktop b/src/whatsie.desktop new file mode 100644 index 0000000..278ff32 --- /dev/null +++ b/src/whatsie.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +GenericName=WhatSie +Name[en_US]=WhatSie +Comment=Qt WhatsApp Web Client +Name=WhatSie +Type=Application +Icon=whatsie +Keywords=WhatSie;WhatsApp +Exec=whatsie %u +Categories=Chat;Network;InstantMessaging;Qt; +MimeType=x-scheme-handler/whatsapp; +Terminal=false +X-GNOME-UsesNotifications=true |