Skip to content

Commit

Permalink
Merge pull request #44 from electron/docs--link-to-new-code-signing-doc
Browse files Browse the repository at this point in the history
link to new code signing doc
  • Loading branch information
zeke authored May 2, 2018
2 parents 38e4927 + de6f51e commit a5f7b58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Before using this service, make sure your Electron app meets these criteria:
- Your app runs on macOS or Windows
- Your app has a public GitHub repository
- Your builds are published to GitHub Releases
- Your builds are code-signed
- Your builds are [code signed]

## Quick Setup

Expand Down Expand Up @@ -108,4 +108,5 @@ $ "example\out\make\squirrel.windows\x64\test-0.0.0 Setup.exe"

[update-electron-app API]: https://github.com/electron/update-electron-app#api
[update-electron-app]: https://github.com/electron/update-electron-app
[main process]: https://electronjs.org/docs/glossary#main-process
[main process]: https://electronjs.org/docs/glossary#main-process
[code signed]: https://github.com/electron/electron/blob/master/docs/tutorial/code-signing.md

0 comments on commit a5f7b58

Please sign in to comment.