mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-07-09 17:18:24 +00:00
Add app update support and release publishing
This commit is contained in:
parent
c480a33587
commit
e3ec3cabde
19 changed files with 931 additions and 68 deletions
|
|
@ -3,6 +3,13 @@
|
|||
"productName": "Claude Code Router",
|
||||
"asar": true,
|
||||
"npmRebuild": false,
|
||||
"publish": [
|
||||
{
|
||||
"provider": "github",
|
||||
"owner": "musistudio",
|
||||
"repo": "claude-code-router"
|
||||
}
|
||||
],
|
||||
"directories": {
|
||||
"output": "release/${version}"
|
||||
},
|
||||
|
|
@ -18,7 +25,7 @@
|
|||
],
|
||||
"mac": {
|
||||
"icon": "build/icon.icns",
|
||||
"target": ["dmg"],
|
||||
"target": ["dmg", "zip"],
|
||||
"artifactName": "${productName}_${version}.${ext}"
|
||||
},
|
||||
"win": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue