Closed yuya-oc closed 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.
Thanks @yuya-oc!
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.
Observed behavior The png image is missing.
Possible fixes Possibly the file path to the png image is wrong in the packaged app.