Mstdn
Mstdn copied to clipboard
Windows taskbar title says "Electron"
I'm assuming it's supposed to say Mstdn ;)
You installed app from npm, right?
Sadly, it is a limitation of Electron that name cannot be changed if app is distributed with npm...
I did not actually! Used the zip found on the releases page.
oh, I see. Which version are you using? I'll try it (I don't have Windows10, so I'll need to try it on Windows8.1).
Mstdn v1.6.5 on Windows 10
Mstdn.exe seems to lack application ID.
https://github.com/electron/electron/issues/4241
I need to use electron-builder instead of electron-packager to app user model ID. I think it also needs to call app.setAppUserModelId(id)