Updated Uninstalling BD (markdown)
parent
59a90bf965
commit
0fedf3232c
|
@ -1,5 +1,7 @@
|
|||
###### Windows:
|
||||
* Navigate to `%AppData%\discord[branch]\<version>\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]/<version>/modules/discord_desktop_core`
|
||||
|
@ -10,6 +12,7 @@
|
|||
|
||||
<br>
|
||||
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue