forked from CCDirectLink/CCModDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.json
More file actions
22 lines (22 loc) · 1.05 KB
/
tools.json
File metadata and controls
22 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"tools" : {
"SpericalViewer" : {
"name" : "SpericalViewer",
"description" : "Viewer for CrossCode content",
"license" : "MIT",
"page" : [{ "name" : "GitHub", "url" : "https://github.com/CCDirectLink/SpericalViewer" }],
"archive_link" : "https://github.com/CCDirectLink/SpericalViewer/archive/v0.3.7.zip",
"hash" : { "sha256" : "AAC16A0C9169BAAE554783CA89A5A890329334E992343A7735313AE076099F2C" },
"version" : "0.3.7"
},
"CCUpdaterCLI" : {
"name" : "CCUpdaterCLI",
"description" : "A simple tool to install, update and remove CCLoader mods",
"license" : null,
"page" : [{ "name" : "GitHub", "url" : "https://github.com/CCDirectLink/CCUpdaterCLI" }],
"archive_link" : "https://github.com/CCDirectLink/CCUpdaterCLI/releases/download/v1.1.0/ccmu.exe",
"hash" : { "sha256" : "87DA1A0BA2463A107AA07EA8A1B3E9B59CD6748CFA087CA495D250942CED517D" },
"version" : "1.1.0"
}
}
}