ritz078 / moose

🦌 An application to stream, cast and download torrents.
https://moose.riteshkr.com
MIT License
834 stars 108 forks source link

Add contributors github handle in the about window. #241

Open ritz078 opened 3 years ago

ritz078 commented 3 years ago

You can import the information from https://github.com/ritz078/moose/blob/master/.all-contributorsrc

We can use https://github.com/sindresorhus/electron-util#showaboutwindowoptions to show the about window and in the place of custom info we can add the list of contributors.

We already use the electron-util package https://github.com/ritz078/moose/blob/89f49cd666c4adfcea31986ebf1d89507397669b/main/modules/menu.ts#L2

purple-monke commented 3 years ago

On it and will get it done.