]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Dropbox
authorRosa Richter <cosmic.lady.rosa@gmail.com>
Sun, 22 Oct 2023 18:13:18 +0000 (12:13 -0600)
committerRosa Richter <cosmic.lady.rosa@gmail.com>
Sun, 22 Oct 2023 18:13:18 +0000 (12:13 -0600)
programs/dropbox.json [new file with mode: 0644]

diff --git a/programs/dropbox.json b/programs/dropbox.json
new file mode 100644 (file)
index 0000000..38c9882
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "name": "Dropbox",
+  "files": [
+      {
+        "path": "$HOME/.dropbox",
+        "movable": false,
+        "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/dropbox/nautilus-dropbox/issues/5\n"
+      },
+      {
+        "path": "$HOME/.dropbox-dist",
+        "movable": false,
+        "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/dropbox/nautilus-dropbox/issues/5\n"
+      }
+  ]
+}