Skip to content

Commit 6ca055f

Browse files
authored
Add files via upload
1 parent a3d2a3a commit 6ca055f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

bucket/trae-cn.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"version": "1.0.22048",
3+
"description": "Trae CN - An AI-powered IDE (China edition) that makes programming more enjoyable and efficient.",
4+
"homepage": "https://www.trae.com.cn",
5+
"license": "Freeware",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/1.0.22048/win32/Trae%20CN-Setup-x64.exe",
9+
"hash":"d0a7880159be309cee5a10f6ce32f02043cb9a8a4b7c0e1abf16139be8503484",
10+
"extract_dir": "{code_GetDestDir}"
11+
}
12+
},
13+
"innosetup": true,
14+
"bin": [
15+
["bin\\trae.cmd", "trae-cn"]
16+
],
17+
"shortcuts": [
18+
[
19+
"Trae CN.exe",
20+
"Trae-CN"
21+
]
22+
],
23+
"checkver": {
24+
"url": "https://api.trae.com.cn/icube/api/v1/native/version/trae/latest",
25+
"jsonpath": "$.data.manifest.win32.version"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/$version/win32/Trae%20CN-Setup-x64.exe"
31+
}
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)