- 将 Sidecar 服务器的名称统一更改为 server,以简化命名并保持一致性。 - 更新允许执行的二进制文件名为 server 以匹配实际路径 - 更新外部二进制文件路径为 binaries/server
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
{
|
|
"identifier": "shell:allow-execute",
|
|
"allow": [
|
|
{
|
|
"name": "binaries/server",
|
|
"sidecar": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|