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:
Jim Campbell
2018-06-04 10:12:40 -05:00
parent 093ea02200
commit 3921081384
5 changed files with 23 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ Release date: TBD
### Improvements
#### Linux
- Use SVG icon for Linux application menus in place of PNG icon
[#815](https://github.com/mattermost/desktop/pull/815)
- Updated categories in order to be listed under the appropriate submenu of the application starter.
[#816](https://github.com/mattermost/desktop/pull/816)
[#818](https://github.com/mattermost/desktop/pull/818)