Skip to content

Commit a5f7b58

Browse files
authored
Merge pull request #44 from electron/docs--link-to-new-code-signing-doc
link to new code signing doc
2 parents 38e4927 + de6f51e commit a5f7b58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Before using this service, make sure your Electron app meets these criteria:
1111
- Your app runs on macOS or Windows
1212
- Your app has a public GitHub repository
1313
- Your builds are published to GitHub Releases
14-
- Your builds are code-signed
14+
- Your builds are [code signed]
1515

1616
## Quick Setup
1717

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

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

0 commit comments

Comments
 (0)