Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor format change
  • Loading branch information
Motz committed Jun 13, 2023
1 parent d319b2f commit 50c69f0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .gitignore
@@ -1 +1,4 @@
*cache
*cache
*.json
*.js
prettier*
2 changes: 1 addition & 1 deletion FixReplugged.bat
Expand Up @@ -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" (
Expand Down
31 changes: 17 additions & 14 deletions 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)

0 comments on commit 50c69f0

Please sign in to comment.