SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.47k stars 1.54k forks source link

how to define about app window content. #642

Open chrtz opened 6 years ago

chrtz commented 6 years ago

Found an issue or bug with electron-vue? Tell me all about it!

Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.

Describe the issue / bug.

# Not sure if this is electron-vue related, but how do I define the content of the about window showing on macOS? I couldn't find any information. I seems to pick the icon, the author's name and the publishing year, but I'd like add some content there. And it shows it's copyrighted, even when I add a MIT License.

How can I reproduce this problem?

# just build your app and go to "your app" > "about your app"

If visual, provide a screenshot.

# bildschirmfoto 2018-06-16 um 10 22 18

Tell me about your development environment.

If you are looking to suggest an enhancement or feature, then feel free to remove everything above.

jvdoorn commented 5 years ago

I haven't tested it, but looking at the electron docs you probably need to use app#setAboutPanelOptions(options).

mafischer commented 3 years ago

Seems like the above link is broken, this link worked for me app.setAboutPanelOptions(options).