Update icon for Linux menus to use an SVG icon
Replace mattermost-desktop PNG icon (icon.png) with an SVG version (icon.svg). This will improve icon appearance on Linux desktops. Update icon references in electron-builder.json and create_desktop_file.sh to point to the new SVG icon. Update CHANGELOG.MD Fixes #507
This commit is contained in:
@@ -12,7 +12,7 @@ Comment=Mattermost Desktop application for Linux
|
||||
Exec="${FULL_PATH}/mattermost-desktop"
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=${FULL_PATH}/icon.png
|
||||
Icon=${FULL_PATH}/icon.svg
|
||||
Categories=Network;InstantMessaging;
|
||||
EOS
|
||||
chmod +x Mattermost.desktop
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 124 KiB |
19
resources/linux/icon.svg
Normal file
19
resources/linux/icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 111 KiB |
Reference in New Issue
Block a user