Converts Discord clients into separate clients for regular mods (via GooseUpdate) or otherwise impractical patches (portable, branding, etc.). Experimental.
- Node.JS (along with NPM)
- Install NPM dependencies with
npm install
- Run the script via
node src/index.js
- Unless you know what you are doing, it is best to leave the interactive options blank (pressing just enter) to use defaults.
- The build will then be in
dist/<discord channel>/<discord platform>
.
Windows builds are more complex for first-time setup due to unsolved complications with the new updater. After generating the build for the first time run from the root directory:
node src/extra/setup_windows.js <channel (stable/ptb/canary)>