aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-09-16 19:26:03 +0200
committerVendicated <vendicated@riseup.net>2022-09-16 19:26:13 +0200
commit358f77e5523df0ba78269c9682cd6d44ccc3f666 (patch)
treecf99fa93ce3781fae58b2af6d9032442c15fb316 /uninstall.sh
parentdc6b32706a1e215fb8638cd962fe88186578525d (diff)
downloadVencord-358f77e5523df0ba78269c9682cd6d44ccc3f666.tar.gz
Vencord-358f77e5523df0ba78269c9682cd6d44ccc3f666.tar.bz2
Vencord-358f77e5523df0ba78269c9682cd6d44ccc3f666.zip
install.sh: Add support for discord_arch_electron pkg
Diffstat (limited to 'uninstall.sh')
-rwxr-xr-xuninstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/uninstall.sh b/uninstall.sh
index 2a31f57..4b4b422 100755
--- a/uninstall.sh
+++ b/uninstall.sh
@@ -5,5 +5,5 @@
set -e
-dicksword="$(dirname "$(readlink "$(which discord)")")"
-rm -r --interactive=never "${dicksword:?Cant find discord}/resources/app"
+discord="$(dirname "$(readlink "$(which discord)")")"
+rm -r --interactive=never "${discord:?Cant find discord}/resources/app"