aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
diff options
context:
space:
mode:
authormegumin <megumin.bakaretsurie@gmail.com>2022-10-04 21:07:34 +0100
committerGitHub <noreply@github.com>2022-10-04 22:07:34 +0200
commit88542b9ede71fd89b1edef41175131aa0dc5027f (patch)
tree722fa43bd4ed84e6dd22146840a5af876632ccd2 /uninstall.sh
parentc5e0c7a6e72d68b9479c163ac446bb905bdf12a5 (diff)
downloadVencord-88542b9ede71fd89b1edef41175131aa0dc5027f.tar.gz
Vencord-88542b9ede71fd89b1edef41175131aa0dc5027f.tar.bz2
Vencord-88542b9ede71fd89b1edef41175131aa0dc5027f.zip
feat(installer): Implement cross-platform patcher. (#39)
* megu cute
Diffstat (limited to 'uninstall.sh')
-rwxr-xr-xuninstall.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/uninstall.sh b/uninstall.sh
deleted file mode 100755
index 4b4b422..0000000
--- a/uninstall.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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"