]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #328 from Cantido/add-dropbox
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Mon, 23 Oct 2023 13:26:08 +0000 (15:26 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 13:26:08 +0000 (15:26 +0200)
Add Dropbox

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"
+      }
+  ]
+}