-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcadoodle.json
More file actions
48 lines (48 loc) · 1.64 KB
/
cadoodle.json
File metadata and controls
48 lines (48 loc) · 1.64 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"Linux-x64":{
"url":"https://github.com/CommonWealthRobotics/CaDoodle/releases/latest/download/"
,
"type":"AppImage",
"name":"CaDoodle-Linux-x86_64",
"executable":"CaDoodle-Linux-x86_64.AppImage",
"configExecutable":"CaDoodle-Linux-x86_64.AppImage",
"osEXE":"/opt/cadoodle/bin/CaDoodle",
"osCONFIG":"/opt/cadoodle/bin/CaDoodle"
},
"Linux-aarch64":{
"url":"https://github.com/CommonWealthRobotics/CaDoodle/releases/latest/download/"
,
"type":"AppImage",
"name":"CaDoodle-Linux-arm64",
"executable":"CaDoodle-Linux-arm64.AppImage",
"configExecutable":"CaDoodle-Linux-arm64.AppImage",
"osEXE":"/opt/cadoodle/bin/CaDoodle",
"osCONFIG":"/opt/cadoodle/bin/CaDoodle"
},
"Windows-x64":{
"url":"https://github.com/CommonWealthRobotics/CaDoodle/releases/latest/download/"
,
"type":"zip",
"name":"CaDoodle-Windows-x86_64",
"executable":"CaDoodle-Windows-x86_64\\CabDoodle\\CaDoodle.exe",
"configExecutable":"CaDoodle-Windows-x86_64\\CabDoodle\\CaDoodle.exe"
},
"Mac-x64":{
"url":"https://github.com/CommonWealthRobotics/CaDoodle/releases/latest/download/"
,
"type":"dmg",
"ospath":"/Applications/",
"name":"CaDoodle-MacOS-x86_64",
"executable":"CaDoodle.app",
"configExecutable":"CaDoodle.app/Contents/MacOS/CaDoodle"
},
"Mac-aarch64":{
"url":"https://github.com/CommonWealthRobotics/CaDoodle/releases/latest/download/"
,
"type":"dmg",
"ospath":"/Applications/",
"name":"CaDoodle-MacOS-arm64",
"executable":"CaDoodle.app",
"configExecutable":"CaDoodle.app/Contents/MacOS/CaDoodle"
}
}