From 453ac5115acb7006bcbdace8f61d985e667490be Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:26:03 +0200 Subject: [PATCH] docs(autoUpdater): signing is only a pre-req on macOS (#42754) docs: correctly state that signing is a pre-req for autoUpdater only on macOS Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Erick Zhao --- docs/tutorial/tutorial-6-publishing-updating.md | 2 +- docs/tutorial/updates.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/tutorial-6-publishing-updating.md b/docs/tutorial/tutorial-6-publishing-updating.md index a57196b1d177..bf4ffe82e7de 100644 --- a/docs/tutorial/tutorial-6-publishing-updating.md +++ b/docs/tutorial/tutorial-6-publishing-updating.md @@ -32,7 +32,7 @@ at [https://update.electronjs.org](https://update.electronjs.org). Its requireme - Your app runs on macOS or Windows - Your app has a public GitHub repository - 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 code to a public GitHub repository. diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index 62126ade64da..44bd64dea211 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -19,7 +19,7 @@ for Electron apps that meet the following criteria: - App runs on macOS or Windows - App has a public GitHub repository - 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][], a Node.js module preconfigured for use with update.electronjs.org.