diff --git a/.gitignore b/.gitignore index 679874b..338fdd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -*cache \ No newline at end of file +*cache +*.json +*.js +prettier* diff --git a/FixReplugged.bat b/FixReplugged.bat index 538b6cb..a65e832 100644 --- a/FixReplugged.bat +++ b/FixReplugged.bat @@ -161,7 +161,7 @@ echo Building project... call pnpm run bundle >nul 2>&1 echo Plugging %discordversion%... -call pnpm run plug --production %discordversion% +call pnpm run plug --production %discordversion% >nul 2>&1 echo Launching %discordversion% update process... if /i "%discordversion%" == "stable" ( diff --git a/README.md b/README.md index 34df7ed..2ab35c0 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,28 @@ # Do-Replugged -A batch script designed to automate the process of installing and building replugged for your discord platforms +A batch script designed to automate the process of installing and building replugged for your discord platforms # What it does -Checks if you have an internet connection and will wait until you have one if you don't have said internet connection. -Checks if you have node.js installed. - If you dont have node installed it will ask you if you want to install it. - if you select yes the script will then get the node webpage and get the installer and install the application for you. - if you select no, the script will exit. -the script will ask you which discord platform you're on. -it will then try to kill your discord client. -installs pnpm. -updates git config to make the directory safe (probably not needed). -pulls updates from the replugged repo. -unplugs from your client and installs dependencies. + +Checks if you have an internet connection and will wait until you have one if you don't have said internet connection. +Checks if you have node.js installed. +If you dont have node installed it will ask you if you want to install it. +if you select yes the script will then get the node webpage and get the installer and install the application for you. +if you select no, the script will exit. +the script will ask you which discord platform you're on. +it will then try to kill your discord client. +installs pnpm. +updates git config to make the directory safe (probably not needed). +pulls updates from the replugged repo. +unplugs from your client and installs dependencies. builds replugged. -plugs back into your client. -launches your client for you. +plugs back into your client. +launches your client for you. # How to contribute + Thats easy, you can star the repo or add your own lines of code if you have suggestions. # Join my Discord server + Join [here](https://discord.gg/cNRNeaX)