From 88542b9ede71fd89b1edef41175131aa0dc5027f Mon Sep 17 00:00:00 2001 From: megumin Date: Tue, 4 Oct 2022 21:07:34 +0100 Subject: feat(installer): Implement cross-platform patcher. (#39) * megu cute --- uninstall.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 uninstall.sh (limited to 'uninstall.sh') 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" -- cgit