-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild123d.json
More file actions
29 lines (29 loc) · 960 Bytes
/
build123d.json
File metadata and controls
29 lines (29 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"Linux-x64" : {
"url" : "https://github.com/jdegenstein/cadoodle-build123d-portable/releases/download/v0.0.4/",
"type" : "zip",
"name" : "cadoodle-build123d-portable-ubuntu-x86_64",
"executable" : "uv/uv",
"configExecutable" : "uv/uv",
"setup" : "path_patch.sh",
"version":"0.0.4"
},
"Windows-x64" : {
"url" : "https://github.com/jdegenstein/cadoodle-build123d-portable/releases/download/v0.0.4/",
"type" : "zip",
"name" : " cadoodle-build123d-portable-windows-x86_64",
"executable" : "uv\\uv",
"configExecutable" : "uv\\uv",
"setup" : "path_patch.bat",
"version":"0.0.4"
},
"Mac-aarch64" : {
"url" : "https://github.com/jdegenstein/cadoodle-build123d-portable/releases/download/v0.0.4/",
"type" : "zip",
"name" : "cadoodle-build123d-portable-macos-14-arm64",
"executable" : "uv/uv",
"configExecutable" : "uv/uv",
"setup" : "path_patch.sh",
"version":"0.0.4"
}
}