electron-vue
electron-vue copied to clipboard
how to define about app window content.
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.
# 
Tell me about your development environment.
- Node version: v10.2.1
- NPM version: 6.1.0
- vue-cli version: (if necessary) 2.9.6
- Operating System: macOS 10.12.6
If you are looking to suggest an enhancement or feature, then feel free to remove everything above.
I haven't tested it, but looking at the electron docs you probably need to use app#setAboutPanelOptions(options).
Seems like the above link is broken, this link worked for me app.setAboutPanelOptions(options).