Fix Script Typo

This commit is contained in:
IPECTER
2023-03-08 11:33:01 +09:00
parent c92e232ecb
commit afc15fcbf7
6 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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