mattermost / desktop

Mattermost Desktop application for Windows, Mac and Linux
Apache License 2.0
2.01k stars 824 forks source link

Tray icon image is missing on Linux #360

Closed yuya-oc closed 7 years ago

yuya-oc commented 7 years ago

I confirm (by marking "x" in the [ ] below):


Summary Tray icon image is missing on Linux.

Steps to reproduce

Expected behavior The png image appears.

tray_png

Observed behavior The png image is missing.

tray_missing_png

Possible fixes Possibly the file path to the png image is wrong in the packaged app.

yuya-oc commented 7 years ago

Somehow dist/resources is not included in linux package. Probably it's bug of electron-builder or my mis-configuration. As an easy fix, it's applicable to rename src/resources to src/assets.

And now there are two "resources" directories, resources and src/resources. So renaming would also make sense to describe the purpose of directories.

jasonblais commented 7 years ago

Thanks @yuya-oc!