electron-vue icon indicating copy to clipboard operation
electron-vue copied to clipboard

how to define about app window content.

Open chrtz opened this issue 7 years ago • 2 comments
trafficstars

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

chrtz avatar Jun 16 '18 08:06 chrtz

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

jvdoorn avatar May 10 '19 10:05 jvdoorn

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

mafischer avatar Jan 29 '21 21:01 mafischer