[Feature] Add `uninstall` script to `package.json` for manual removal (also question here)
Before Requesting
- I found no existing issue matching my feature request
Describe the feature you'd like!
I don’t want to use the official installer for uninstallation because it requires enabling Rosetta on my Mac, which I prefer not to do.
I installed BetterDiscord manually by cloning the repository and running the scripts directly.
Now I want to uninstall it completely.
I’ve reviewed the install logic (especially in inject.js), and as part of cleanup I’ve already: • Deleted ~/Library/Application Support/discord/ • Deleted ~/Library/Application Support/BetterDiscord/ (not sure how this was generated — couldn’t find it clearly in the code) • Deleted /Applications/Discord.app
To make manual installations easier to remove, could you consider adding an uninstall script to package.json?
Also, are there any other files or directories I should delete to ensure a full uninstallation?
Anything else?
No response
Source: BetterDiscord/BetterDiscord