]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add FreeCAD config (#109)
authoradrianinsaval <36372335+adrianinsaval@users.noreply.github.com>
Tue, 28 Jun 2022 09:49:29 +0000 (05:49 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 09:49:29 +0000 (09:49 +0000)
programs/FreeCAD.json [new file with mode: 0644]

diff --git a/programs/FreeCAD.json b/programs/FreeCAD.json
new file mode 100644 (file)
index 0000000..9597fca
--- /dev/null
@@ -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