Earn 1,800 ($18.00)
Step by step signing an electron-react-boilerplate application for Mac, Windows, and Linux
Bounty Description
Problem
I need to get my electron application signed for distribution for all the OSes. I used this boilerplate to make my application (https://electron-react-boilerplate.js.org/). The only things that it accesses are the microphone and some files. In that boilerplate, make sure you also run this as a dependency in case native modules require some extra steps.
cd release/appnpm install @hurdlegroup/robotjs # use this fork since it is maintained
Acceptance Criteria
Whenever I run my build script and get the application, I can download these downloads on different devices with no errors about it being an unsafe application.
I would ideally have someone who has an Apple developer account so they can walk me through going through the application for signing things and then give them the certificate so that they can do the rest on the example application from the boilerplate. Same with the Windows app.