-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect task name in Windows 10 startup list #559
Comments
I made a PR for electron-builder, however it's rejected. It seems that we should not change the meta data. |
Hm, is there a workaround we can do on our end? |
There is possiblity, but I think it's difficult.
As suggested in the PR, it might be good for us to use nsis installer (#491). And we can also get electron-builder's support for auto-updater I'm investigating |
Oh that's nice. Sounds good. I think we can leave this ticket for now and work on it at the same time when we get to #491. If it doesn't work, we can consider the alternate option, but I agree it sounds difficult. |
Jira ticket for tracking: https://mattermost.atlassian.net/browse/MM-14095 |
No longer valid with v4.4 |
I confirm (by marking "x" in the [ ] below):
Ticket: https://mattermost.atlassian.net/browse/MM-14095
See original report: #542
When Mattermost App is set to be launched at startup, the task manager displays an incorrect name or publisher name.
Steps to reproduce
Expected behavior
Instead of Update the name of the process should be Mattermost (same for Publisher)
Possible fixes
Run
rcedit
when packaging Windows app and find the code inelectron-builder
to modify the process name.The text was updated successfully, but these errors were encountered: