From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:27:16 +0000 (+0200) Subject: Merge pull request #327 from Cantido/add-flyctl X-Git-Tag: v0.2.0.2~18 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/6b72903d7e67c5d3a37d0214701cfa34ee3c4bbe?hp=2fe40ccc17abd30e0920dd1a417c0e65a9122b5d Merge pull request #327 from Cantido/add-flyctl Add flyctl --- diff --git a/programs/dropbox.json b/programs/dropbox.json new file mode 100644 index 0000000..38c9882 --- /dev/null +++ b/programs/dropbox.json @@ -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" + } + ] +}