From dec49f40685e27d6c61ff85f1ea397f6c41719cd Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Wed, 24 Sep 2025 15:22:35 -0400 Subject: [PATCH] fix(electron-updater): Specify repo name Since @abhishek-gaonkar built the latest release, logs from #1339 (an unrelated problem) indicate that the updater is currently broken because it attempts to fetch releases from Abhishek's fork. This should prevent that. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f5b7cf5..4b75bc0 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,9 @@ "renderer/out" ], "publish": { - "provider": "github" + "provider": "github", + "owner": "upscayl", + "repo": "upscayl" } }, "devDependencies": {