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>
This commit is contained in:
v0
2026-04-05 16:10:37 +00:00
parent 6aae23180f
commit 837f15c5e8

View File

@@ -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"
},