An open source alternative to/replacement of Discord's Rust-programmed updater.node
.
For questions read faq.md
.
For support join: https://discord.gg/SP4syJnFqg
Currently it's hard to estimate. It can be used now but it's still have bugs. Please use it with caution.
Can now work on a new install!
- Download
reUpdater.zip
. - Go to
discordDir/app-latest.version.here/
, delete (or rename) theupdater.node
file and create a folder namedupdater
. - Extract the files inside.
- If you have any
was compiled against a different Node.js version
problems please find the Electron version used and run./node_modules/.bin/electron-rebuild -v (electron version here)
from theupdater
folder.
- Download the latest source build.
- Extract and run
npm i
inside. - Run
./node_modules/.bin/electron-rebuild -v (electron version here)
- Run
npm run build
. - Go to
discordDir/app-latest.version.here/
, delete (or rename) theupdater.node
file and create a folder namedupdater
. - Copy
dist
,node_modules
andpackage.json
inside.
- Download the latest source build.
- Extract and run
npm i
inside. - Run
./node_modules/.bin/electron-rebuild -v (electron version here)
- Run
npm run dev
. - Go to
discordDir/app-latest.version.here/
, delete (or rename) theupdater.node
file and create a folder namedupdater
. - Copy
dist
,node_modules
andpackage.json
inside.
Alternatively you can package this with a repacker. (recommended method if you want to test)