docs(autoUpdater): signing is only a pre-req on macOS (#42709)

docs: correctly state that signing is a pre-req for autoUpdater only on macOS
This commit is contained in:
Erick Zhao 2024-07-02 13:06:25 -04:00 committed by GitHub
parent 67d7944271
commit 6cca75ac76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ at [https://update.electronjs.org](https://update.electronjs.org). Its requireme
- Your app runs on macOS or Windows - Your app runs on macOS or Windows
- Your app has a public GitHub repository - Your app has a public GitHub repository
- Builds are published to [GitHub releases][] - Builds are published to [GitHub releases][]
- Builds are [code signed][code-signed] - Builds are [code signed][code-signed] **(macOS only)**
At this point, we'll assume that you have already pushed all your At this point, we'll assume that you have already pushed all your
code to a public GitHub repository. code to a public GitHub repository.

View file

@ -19,7 +19,7 @@ for Electron apps that meet the following criteria:
- App runs on macOS or Windows - App runs on macOS or Windows
- App has a public GitHub repository - App has a public GitHub repository
- Builds are published to [GitHub Releases][gh-releases] - Builds are published to [GitHub Releases][gh-releases]
- Builds are [code-signed](./code-signing.md) - Builds are [code-signed](./code-signing.md) **(macOS only)**
The easiest way to use this service is by installing [update-electron-app][], The easiest way to use this service is by installing [update-electron-app][],
a Node.js module preconfigured for use with update.electronjs.org. a Node.js module preconfigured for use with update.electronjs.org.