diff options
author | 2022-06-25 01:31:36 +0530 | |
---|---|---|
committer | 2022-06-25 01:38:03 +0530 | |
commit | 247ed75f28c863434a2eae7501a3510c87fc6c80 (patch) | |
tree | 1051de5237f6dcdbcb64c94cf8fe59d27984f577 /src/whatsie.desktop | |
parent | 88c46fadcee4b7402763e66f8f3c871e30a34ed6 (diff) | |
download | whatsie-247ed75f28c863434a2eae7501a3510c87fc6c80.tar.gz whatsie-247ed75f28c863434a2eae7501a3510c87fc6c80.zip |
chore: use appinstall artifacts from dist
- make snapcraft build to use new artifacts
- make qmake install new atrifacts
- remove desktop file from source
Diffstat (limited to '')
-rw-r--r-- | src/whatsie.desktop | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/whatsie.desktop b/src/whatsie.desktop deleted file mode 100644 index d45c0d9..0000000 --- a/src/whatsie.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Version=1.0 -GenericName=Qt Whatsapp Web Client -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 |