fix: set linux executable name for AppImage

This commit is contained in:
musi 2026-07-06 22:32:57 +08:00
parent 4d7c1990ba
commit 07fd47ad65

View file

@ -61,6 +61,7 @@
"artifactName": "Claude-Code-Router_${version}.${ext}"
},
"linux": {
"executableName": "claude-code-router",
"target": ["AppImage"],
"artifactName": "Claude-Code-Router_${version}.${ext}"
},