sammacbeth / dat-fox-helper

Node helper process for dat-fox
MIT License
29 stars 6 forks source link

How to Uninstall #15

Open stephenjudge opened 4 years ago

stephenjudge commented 4 years ago

Can you please include a method in your install script to do a clean uninstall of the helper. Or at least provide instructions somewhere on how to do so manually.

sammacbeth commented 4 years ago

To uninstall you can just delete the contents of the datfox directory and the dathelper.json manifest in Firefox's NativeMessagingHosts directory:

## on Linux
rm -r ~/.local/datfox && \
  rm ~/Library/Application Support/Mozilla/NativeMessagingHosts/dathelper.json
## on Mac
rm -r ~/Library/Application\ Support/datfox && \
  rm ~/.mozilla/native-messaging-hosts/dathelper.json