Merge pull request #157 from hicccc77/dev

Dev
This commit is contained in:
xuncha
2026-01-31 18:37:19 +08:00
committed by GitHub

View File

@@ -4,6 +4,10 @@
"description": "WeFlow", "description": "WeFlow",
"main": "dist-electron/main.js", "main": "dist-electron/main.js",
"author": "cc", "author": "cc",
"repository": {
"type": "git",
"url": "https://github.com/hicccc77/WeFlow"
},
"//": "二改不应改变此处的作者与应用信息", "//": "二改不应改变此处的作者与应用信息",
"scripts": { "scripts": {
"postinstall": "echo 'No native modules to rebuild'", "postinstall": "echo 'No native modules to rebuild'",
@@ -55,6 +59,8 @@
"appId": "com.WeFlow.app", "appId": "com.WeFlow.app",
"publish": { "publish": {
"provider": "github", "provider": "github",
"owner": "hicccc77",
"repo": "WeFlow",
"releaseType": "release" "releaseType": "release"
}, },
"productName": "WeFlow", "productName": "WeFlow",