From e900ee7943df9dc4dd2ce22da5673e7c57b8e3d5 Mon Sep 17 00:00:00 2001 From: ymajoros Date: Fri, 5 Jun 2026 10:50:19 +0200 Subject: [PATCH] Point the publish target at this fork so releases + auto-update work here MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The build.yml release pipeline already builds mac/win/linux and creates a GitHub Release on any `v*` tag — but `build.publish` still points at doctly/switchboard. electron-builder bakes that target into the auto-update metadata (latest*.yml / app-update.yml), so a build published from this fork would check doctly for updates instead of this repo. Point `publish.owner` at JeanBaptisteRenard so the generated update metadata matches where the releases actually land. The release job itself already uploads to this repo via `gh release create`, so no workflow change is needed — pushing a `v*` tag now produces a (draft) release with working auto-update. Note: mac/win artifacts will be unsigned unless CSC_LINK / APPLE_* secrets are set on the repo (same as before); Linux AppImage/deb need no signing. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ab3fd27..b655d646 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ ], "publish": { "provider": "github", - "owner": "doctly", + "owner": "JeanBaptisteRenard", "repo": "switchboard" }, "mac": {