项目文件夹

文件
wehub-resource-sync 289935721d
Deploy Website / build (push) Has been cancelled
Deploy Website / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:28:21 +08:00

68 行
1.3 KiB
JSON

{
"$schema": "./gen/schemas/desktop-schema.json",
"productName": "vibe",
"version": "3.0.22",
"identifier": "github.com.thewh1teagle.vibe",
"app": {
"macOSPrivateApi": true,
"windows": [],
"withGlobalTauri": true,
"security": {
"assetProtocol": {
"scope": {
"allow": [
"**"
],
"deny": [],
"requireLiteralLeadingDot": false
},
"enable": true
},
"csp": null
}
},
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist",
"devUrl": "http://localhost:1420"
},
"bundle": {
"active": true,
"targets": [
"nsis",
"deb",
"rpm",
"dmg",
"app"
],
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": [
"binaries/sona"
]
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEZFNTJENkIxNTM4NTQxODgKUldTSVFZVlRzZFpTL21VWTBzak1IMTA1ZjdNVHA0MXQ3Y20wa2F2U24zVGl6WUUvTGVoQi8wN1kK",
"endpoints": [
"https://github.com/thewh1teagle/vibe/releases/latest/download/latest.json"
]
},
"deep-link": {
"mobile": [],
"desktop": {
"schemes": [
"vibe"
]
}
}
}
}