From 0fedf3232c08cfe020edc5dac5e6bbb01d36db6f Mon Sep 17 00:00:00 2001 From: Alexei Stukov Date: Tue, 20 Feb 2018 03:48:15 +0200 Subject: [PATCH] Updated Uninstalling BD (markdown) --- Uninstalling-BD.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Uninstalling-BD.md b/Uninstalling-BD.md index 26b6484..1b31c68 100644 --- a/Uninstalling-BD.md +++ b/Uninstalling-BD.md @@ -1,5 +1,7 @@ ###### Windows: * Navigate to `%AppData%\discord[branch]\\modules\discord_desktop_core` +* or run `cmd /c echo module.exports = require('./core.asar'); > %appdata%\discord\0.0.300\modules\discord_desktop_core\index.js` +* Replace `0.0.300` with current Discord version ###### OSX: * Navigate to `~/Library/Application Support/discord[branch]//modules/discord_desktop_core` @@ -10,6 +12,7 @@
-* delete the `core` folder and `index.js` -* rename `index.js.old` to `index.js` +* delete the `core` folder +* if `index.js.old` exists then delete it and rename `index.js.old` to `index.js` +* if `index.js.old` does not exist then edit `index.js` to `require('core.asar')` instead of `require('core')` * restart discord