Extras/bucket/trae.json
2026-07-30 12:54:45 +00:00

35 lines
1.1 KiB
JSON

{
"##": "Extract to the IDE folder to avoid overwriting manifest.json, which would cause startup failure.",
"version": "2.3.61406",
"description": "An AI-powered IDE that makes programming more enjoyable and efficient.",
"homepage": "https://www.trae.ai",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://lf-cdn.trae.ai/obj/trae-ai-sg/pkg/app/releases/stable/2.3.61406/win32/Trae-Setup-x64.exe",
"hash": "8e0b4efa203af8fe53d9d642cf5a2e4345389c426c9dfdf803ae7f1bef9ba61f"
}
},
"innosetup": true,
"extract_dir": "{code_GetDestDir}",
"extract_to": "IDE",
"bin": "IDE\\bin\\trae.cmd",
"shortcuts": [
[
"IDE\\Trae.exe",
"Trae"
]
],
"checkver": {
"url": "https://api.trae.ai/icube/api/v1/native/version/trae/latest",
"jsonpath": "$.data.manifest.win32.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://lf-cdn.trae.ai/obj/trae-ai-sg/pkg/app/releases/stable/$version/win32/Trae-Setup-x64.exe"
}
}
}
}