mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-31 11:27:35 +08:00
35 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|