forked from b3nj5m1n/xdg-ninja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFreeCAD.json
30 lines (30 loc) · 1.19 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
{
"files": [
{
"help": "Supported since 0.20, this location is no longer used.\n\nYou can move the directory to $XDG_DATA_HOME/FreeCAD/Gui\n",
"movable": true,
"path": "$HOME/.FreeCAD/Gui"
},
{
"help": "Supported since 0.20, this location is no longer used.\n\nYou can move the directory to $XDG_DATA_HOME/FreeCAD/Macro\n",
"movable": true,
"path": "$HOME/.FreeCAD/Macro"
},
{
"help": "Supported since 0.20, this location is no longer used.\n\nYou can move the directory to $XDG_DATA_HOME/FreeCAD/Mod\n",
"movable": true,
"path": "$HOME/.FreeCAD/Mod"
},
{
"help": "Supported since 0.20, this location is no longer used.\n\nYou can move the file to $XDG_CONFIG_HOME/FreeCAD/system.cfg\n",
"movable": true,
"path": "$HOME/.FreeCAD/system.cfg"
},
{
"help": "Supported since 0.20, this location is no longer used.\n\nYou can move the file to $XDG_CONFIG_HOME/FreeCAD/user.cfg\n",
"movable": true,
"path": "$HOME/.FreeCAD/user.cfg"
}
],
"name": "FreeCAD"
}