-
Notifications
You must be signed in to change notification settings - Fork 0
/
freecad.json
32 lines (32 loc) · 1.38 KB
/
freecad.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
{
"Mac-x64": {
"url": "https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/",
"type": "dmg",
"ospath":"/Applications/",
"name": "FreeCAD_weekly-builds-38079-conda-macOS-x86_64-py311",
"executable": "FreeCAD.app",
"configExecutable": "FreeCAD.app/Contents/MacOS/FreeCAD"
},
"Mac-aarch64": {
"url": "https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/",
"type": "dmg",
"ospath":"/Applications/",
"name": "FreeCAD_weekly-builds-38079-conda-macOS-arm64-py311",
"executable": "FreeCAD.app",
"configExecutable": "FreeCAD.app/Contents/MacOS/FreeCAD"
},
"Windows-x64": {
"url": "https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/",
"type": "7z",
"name": "FreeCAD_weekly-builds-38079-conda-Windows-x86_64-py311",
"executable": "FreeCAD_weekly-builds-38079-conda-Windows-x86_64-py311\\bin\\freecad.exe",
"configExecutable": "FreeCAD_weekly-builds-38079-conda-Windows-x86_64-py311\\bin\\freecad.exe"
},
"Linux-x64": {
"url": "https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/",
"type": "AppImage",
"name": "FreeCAD_weekly-builds-38314-conda-Linux-x86_64-py311",
"executable": "FreeCAD_weekly-builds-38314-conda-Linux-x86_64-py311.AppImage",
"configExecutable": "FreeCAD_weekly-builds-38314-conda-Linux-x86_64-py311.AppImage"
}
}