rhysd / electron-about-window

'About This App' mini-window for Electron apps
https://www.npmjs.com/package/about-window
MIT License
409 stars 46 forks source link

getName is deprecated in Electron 7 #48

Closed dtslvr closed 4 years ago

dtslvr commented 4 years ago

I get the following warninig when starting the about window with Electron 7:

'getName function' is deprecated and will be removed. Please use 'name property' instead.

See here: https://github.com/electron/electron/blob/master/docs/api/app.md#appgetname

rhysd commented 4 years ago

This was fixed by #50.

dtslvr commented 4 years ago

When do you plan the next release?

rhysd commented 4 years ago

I'm sorry for the lag. I'll publish new version tonight (JST).