aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
blob: 4b4b422984dff7beb65a4b8886570abc1e1f6f79 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Super simple uninstaller.
# If this doesn't work for you, or you're not on Linux, just
# manually delete the app folder in your Discord folder (inside resources)

set -e

discord="$(dirname "$(readlink "$(which discord)")")"
rm -r --interactive=never "${discord:?Cant find discord}/resources/app"