From adaaf32acf425bec0fe2cc6d178b505381fe82ac Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Mon, 24 Oct 2022 12:29:33 +0000 Subject: [PATCH] remove rebuild script usage, add other used libs i forgot to add --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 462f258..6e24b17 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,16 @@ The Launcher is a "plug and play thing", download it, place it on the desktop an * [custom-electron-titlebar](https://www.npmjs.com/package/custom-electron-titlebar) * [axios](https://www.npmjs.com/package/axios) * [jquery](https://www.npmjs.com/package/jquery) +* [discord-auto-rpc](https://www.npmjs.com/package/discord-auto-rpc) +* [get-window-by-name](https://www.npmjs.com/package/get-window-by-name) +* [sweetalert2](https://www.npmjs.com/package/sweetalert2) +* [node-downloader-helper](https://www.npmjs.com/package/node-downloader-helper) ## Build from source - clone repo - cd into the repo - use `yarn install` to install all dependencies -- (if node-gyp cant build the natives try clearing the cache at `%localappdata%\node-gyp\Cache\`) -- run `yarn rebuild` to rebuild the natives to the current `NODE_MODULE_VERSION` - use the buildscript `pack-win` to build a executeable ## License