diff --git a/scripts/fixupAPI.cmd b/scripts/fixupAPI.cmd index 41ad628..37622d7 100644 --- a/scripts/fixupAPI.cmd +++ b/scripts/fixupAPI.cmd @@ -1,5 +1,5 @@ @echo off -cd Andromeda-API >> NUL +cd Plazma-API >> NUL git add . >> NUL git commit -m "fixup" >> NUL git format-patch -1 >> NUL diff --git a/scripts/fixupServer.cmd b/scripts/fixupServer.cmd index 4e574e8..ff91364 100644 --- a/scripts/fixupServer.cmd +++ b/scripts/fixupServer.cmd @@ -1,5 +1,5 @@ @echo off -cd Andromeda-Server >> NUL +cd Plazma-Server >> NUL git add . >> NUL git commit -m "fixup" >> NUL git format-patch -1 >> NUL diff --git a/scripts/pull.cmd b/scripts/pull.cmd index 6828405..507975c 100644 --- a/scripts/pull.cmd +++ b/scripts/pull.cmd @@ -2,7 +2,7 @@ git pull taskkill /f /t /im java.exe >> NUL taskkill /f /t /im git.exe >> NUL -rd /s /q Andromeda-API >> NUL -rd /s /q Andromeda-Server >> NUL +rd /s /q Plazma-API >> NUL +rd /s /q Plazma-Server >> NUL rd /s /q .gradle >> NUL call gradlew.bat applyPatches diff --git a/scripts/reapply.cmd b/scripts/reapply.cmd index 38ede24..8d93566 100644 --- a/scripts/reapply.cmd +++ b/scripts/reapply.cmd @@ -1,7 +1,7 @@ @echo off taskkill /f /t /im java.exe >> NUL taskkill /f /t /im git.exe >> NUL -rd /s /q Andromeda-API >> NUL -rd /s /q Andromeda-Server >> NUL +rd /s /q Plazma-API >> NUL +rd /s /q Plazma-Server >> NUL rd /s /q .gradle >> NUL call gradlew.bat applyPatches diff --git a/scripts/reapplyAPI.cmd b/scripts/reapplyAPI.cmd index dcb4da2..29a1995 100644 --- a/scripts/reapplyAPI.cmd +++ b/scripts/reapplyAPI.cmd @@ -1,5 +1,5 @@ @echo off taskkill /f /t /im java.exe >> NUL taskkill /f /t /im git.exe >> NUL -rd /s /q Andromeda-API >> NUL +rd /s /q Plazma-API >> NUL call gradlew.bat applyAPIPatches diff --git a/scripts/reapplyServer.cmd b/scripts/reapplyServer.cmd index 7f43fdd..d515cf4 100644 --- a/scripts/reapplyServer.cmd +++ b/scripts/reapplyServer.cmd @@ -1,5 +1,5 @@ @echo off taskkill /f /t /im java.exe >> NUL taskkill /f /t /im git.exe >> NUL -rd /s /q Andromeda-Server >> NUL +rd /s /q Plazma-Server >> NUL call gradlew.bat applyServerPatches