-
Notifications
You must be signed in to change notification settings - Fork 0
/
openscad.json
36 lines (36 loc) · 987 Bytes
/
openscad.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
{
"Linux-x64":{
"url":"https://files.openscad.org/"
,
"type":"AppImage",
"name":"OpenSCAD-2021.01-x86_64",
"executable":"OpenSCAD-2021.01-x86_64.AppImage",
"configExecutable":"OpenSCAD-2021.01-x86_64.AppImage"
},
"Windows-x64":{
"url":"https://files.openscad.org/"
,
"type":"zip",
"name":"OpenSCAD-2021.01-x86-64",
"executable":"openscad-2021.01\\openscad.exe",
"configExecutable":"openscad-2021.01\\openscad.exe"
},
"Mac-x64":{
"url":"https://files.openscad.org/"
,
"type":"dmg",
"ospath":"/Applications/",
"name":"OpenSCAD-2021.01",
"executable":"OpenSCAD.app",
"configExecutable":"OpenSCAD.app/Contents/MacOS/OpenSCAD"
},
"Mac-aarch64":{
"url":"https://files.openscad.org/"
,
"type":"dmg",
"ospath":"/Applications/",
"name":"OpenSCAD-2021.01",
"executable":"OpenSCAD.app",
"configExecutable":"OpenSCAD.app/Contents/MacOS/OpenSCAD"
}
}