From: adrianinsaval <36372335+adrianinsaval@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:49:29 +0000 (-0400) Subject: Add FreeCAD config (#109) X-Git-Tag: v0.2.0.1~9 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/c56f8d12763f94dc6cde9b2d41f07f853b4e0377 Add FreeCAD config (#109) --- 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