From c56f8d12763f94dc6cde9b2d41f07f853b4e0377 Mon Sep 17 00:00:00 2001 From: adrianinsaval <36372335+adrianinsaval@users.noreply.github.com> Date: Tue, 28 Jun 2022 05:49:29 -0400 Subject: [PATCH] Add FreeCAD config (#109) --- programs/FreeCAD.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 programs/FreeCAD.json diff --git a/programs/FreeCAD.json b/programs/FreeCAD.json new file mode 100644 index 0000000..9597fca --- /dev/null +++ b/programs/FreeCAD.json @@ -0,0 +1,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" +} \ No newline at end of file -- 2.47.3