desktop: make backend port deterministic (fixed + pre-launch cleanup) and reorder footer menu

This commit is contained in:
zhayujie
2026-06-30 20:05:01 +08:00
parent ca876b0c65
commit e5f3eb48d4
11 changed files with 451 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cowagent-desktop",
"version": "1.0.0",
"version": "2.1.3",
"description": "CowAgent Desktop Client - AI Agent on your desktop",
"main": "dist/main/index.js",
"author": "CowAgent",
@@ -95,9 +95,8 @@
"createStartMenuShortcut": true
},
"publish": {
"provider": "github",
"owner": "zhayujie",
"repo": "chatgpt-on-wechat"
"provider": "generic",
"url": "https://cowagent.ai/update/"
}
}
}