Update create_desktop_file.sh

Add "Categories=Network;InstantMessaging;" to ensure that Mattermost is listed under the appropriate submenu of the application starter. Tested with KDE/Plasma 5.45 and KMenu.
This commit is contained in:
dkadioglu 2018-05-24 08:40:53 +02:00 committed by GitHub
parent 6ab30f21c1
commit 1ca48db791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,5 +13,6 @@ Exec="${FULL_PATH}/mattermost-desktop"
Terminal=false Terminal=false
Type=Application Type=Application
Icon=${FULL_PATH}/icon.png Icon=${FULL_PATH}/icon.png
Categories=Network;InstantMessaging;
EOS EOS
chmod +x Mattermost.desktop chmod +x Mattermost.desktop