Merge pull request #815 from j1mc/master

Update icon for Linux menus to use an SVG icon
This commit is contained in:
Yuya Ochiai
2018-06-05 00:37:03 +09:00
committed by GitHub
5 changed files with 23 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ Release date: TBD
### Improvements ### Improvements
#### Linux #### 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. - Updated categories in order to be listed under the appropriate submenu of the application starter.
[#816](https://github.com/mattermost/desktop/pull/816) [#816](https://github.com/mattermost/desktop/pull/816)
[#818](https://github.com/mattermost/desktop/pull/818) [#818](https://github.com/mattermost/desktop/pull/818)

View File

@@ -38,7 +38,7 @@
"from": "resources/linux", "from": "resources/linux",
"filter": [ "filter": [
"create_desktop_file.sh", "create_desktop_file.sh",
"icon.png", "icon.svg",
"README.md" "README.md"
] ]
} }

View File

@@ -12,7 +12,7 @@ Comment=Mattermost Desktop application for Linux
Exec="${FULL_PATH}/mattermost-desktop" Exec="${FULL_PATH}/mattermost-desktop"
Terminal=false Terminal=false
Type=Application Type=Application
Icon=${FULL_PATH}/icon.png Icon=${FULL_PATH}/icon.svg
Categories=Network;InstantMessaging; Categories=Network;InstantMessaging;
EOS EOS
chmod +x Mattermost.desktop chmod +x Mattermost.desktop

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

19
resources/linux/icon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 111 KiB