Mstdn icon indicating copy to clipboard operation
Mstdn copied to clipboard

Windows taskbar title says "Electron"

Open pschfr opened this issue 8 years ago • 5 comments
trafficstars

windows I'm assuming it's supposed to say Mstdn ;)

pschfr avatar Apr 20 '17 13:04 pschfr

You installed app from npm, right?

Sadly, it is a limitation of Electron that name cannot be changed if app is distributed with npm...

rhysd avatar Apr 20 '17 13:04 rhysd

I did not actually! Used the zip found on the releases page.

pschfr avatar Apr 20 '17 13:04 pschfr

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).

rhysd avatar Apr 20 '17 13:04 rhysd

Mstdn v1.6.5 on Windows 10

pschfr avatar Apr 20 '17 14:04 pschfr

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)

rhysd avatar Apr 21 '17 09:04 rhysd