-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclipse.json
41 lines (39 loc) · 1.22 KB
/
eclipse.json
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
{
"Linux-x64":{
"url":"https://github.com/CommonWealthRobotics/ExternalEditorsBowlerStudio/releases/download/0.1.1/"
,
"type":"tar.gz",
"name":"Eclipse-Groovy-Linux-x86_64",
"executable":"eclipse",
"configExecutable":"eclipse",
"environment":{
"WEBKIT_DISABLE_DMABUF_RENDERER":"1"
}
},
"Windows-x64":{
"url":"https://github.com/CommonWealthRobotics/ExternalEditorsBowlerStudio/releases/download/0.1.1/"
,
"type":"zip",
"name":"Eclipse-Groovy-Windows-x86_64",
"executable":"eclipse.exe",
"configExecutable":"eclipsec.exe"
},
"Mac-x64":{
"url":"https://github.com/CommonWealthRobotics/ExternalEditorsBowlerStudio/releases/download/0.1.1/"
,
"type":"zip",
"ospath":"/Applications/",
"name":"Eclipse-Groovy-Mac-x86_64",
"executable":"Eclipse.app",
"configExecutable":"Eclipse.app/Contents/MacOS/eclipse"
},
"Mac-aarch64":{
"url":"https://github.com/CommonWealthRobotics/ExternalEditorsBowlerStudio/releases/download/0.1.1/"
,
"type":"zip",
"ospath":"/Applications/",
"name":"Eclipse-Groovy-Mac-arm64",
"executable":"Eclipse.app",
"configExecutable":"Eclipse.app/Contents/MacOS/eclipse"
}
}