mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-07-09 17:18:24 +00:00
init
This commit is contained in:
parent
e753669486
commit
9eec586e60
210 changed files with 57726 additions and 25670 deletions
49
electron-builder.json
Normal file
49
electron-builder.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"appId": "com.claudecoderouter.desktop",
|
||||
"productName": "Claude Code Router",
|
||||
"asar": true,
|
||||
"npmRebuild": false,
|
||||
"directories": {
|
||||
"output": "release/${version}"
|
||||
},
|
||||
"protocols": [
|
||||
{
|
||||
"name": "Claude Code Router Provider Import",
|
||||
"schemes": ["ccr"]
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"package.json"
|
||||
],
|
||||
"mac": {
|
||||
"icon": "build/icon.icns",
|
||||
"target": ["dmg"],
|
||||
"artifactName": "${productName}_${version}.${ext}"
|
||||
},
|
||||
"win": {
|
||||
"icon": "build/icon.ico",
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
"arch": ["x64"]
|
||||
}
|
||||
],
|
||||
"artifactName": "${productName}_${version}.${ext}"
|
||||
},
|
||||
"linux": {
|
||||
"target": ["AppImage"],
|
||||
"artifactName": "${productName}_${version}.${ext}"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"allowElevation": true,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"deleteAppDataOnUninstall": false,
|
||||
"createDesktopShortcut": true,
|
||||
"createStartMenuShortcut": true,
|
||||
"runAfterFinish": true,
|
||||
"shortcutName": "Claude Code Router"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue