From 7e09be4b8d3aadcfd3699b5f48dccb696ba91ffa Mon Sep 17 00:00:00 2001 From: Paul Kilmurray Date: Mon, 11 Sep 2023 12:21:21 +0100 Subject: [PATCH] Update github publisher docs update.electronjs.org requires latest.yml files to work. The github piublisher does not produce latest.yml files so update.electronjs.org will not work. --- packages/publisher/github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/publisher/github/README.md b/packages/publisher/github/README.md index 6177acf47e..f28cf52119 100644 --- a/packages/publisher/github/README.md +++ b/packages/publisher/github/README.md @@ -1,6 +1,6 @@ ## publisher-github -`@electron-forge/publisher-github` publishes all your artifacts to GitHub releases, this allows your users to download the files straight from your repository or if your repository is open source you can use [update.electronjs.org](https://github.com/electron/update.electronjs.org) and get a free hosted update service. +`@electron-forge/publisher-github` publishes all your artifacts to GitHub releases, this allows your users to download the files straight from your repository. Configuration options are documented in [`PublisherGithubConfig`](https://js.electronforge.io/interfaces/_electron_forge_publisher_github.PublisherGitHubConfig.html).