From afc15fcbf7572d2c93a3da573bf3f132259e7aa9 Mon Sep 17 00:00:00 2001 From: IPECTER Date: Wed, 8 Mar 2023 11:33:01 +0900 Subject: [PATCH] Fix Script Typo --- scripts/fixupAPI.cmd | 2 +- scripts/fixupServer.cmd | 2 +- scripts/pull.cmd | 4 ++-- scripts/reapply.cmd | 4 ++-- scripts/reapplyAPI.cmd | 2 +- scripts/reapplyServer.cmd | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) 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