From 837f15c5e82747a62450531264e862c6effd4acd Mon Sep 17 00:00:00 2001 From: v0 Date: Sun, 5 Apr 2026 16:10:37 +0000 Subject: [PATCH] fix: update repository owner and URL in electron-builder config Correct hardcoded owner and repository URL in package.json for proper release publishing. Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28736e3..2aac96c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/hicccc77/WeFlow" + "url": "https://github.com/Jasonzhu1207/WeFlow" }, "//": "二改不应改变此处的作者与应用信息", "scripts": { @@ -77,7 +77,7 @@ "appId": "com.WeFlow.app", "publish": { "provider": "github", - "owner": "hicccc77", + "owner": "Jasonzhu1207", "repo": "WeFlow", "releaseType": "release" },