Fix Script Typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd Andromeda-API >> NUL
|
cd Plazma-API >> NUL
|
||||||
git add . >> NUL
|
git add . >> NUL
|
||||||
git commit -m "fixup" >> NUL
|
git commit -m "fixup" >> NUL
|
||||||
git format-patch -1 >> NUL
|
git format-patch -1 >> NUL
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd Andromeda-Server >> NUL
|
cd Plazma-Server >> NUL
|
||||||
git add . >> NUL
|
git add . >> NUL
|
||||||
git commit -m "fixup" >> NUL
|
git commit -m "fixup" >> NUL
|
||||||
git format-patch -1 >> NUL
|
git format-patch -1 >> NUL
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
git pull
|
git pull
|
||||||
taskkill /f /t /im java.exe >> NUL
|
taskkill /f /t /im java.exe >> NUL
|
||||||
taskkill /f /t /im git.exe >> NUL
|
taskkill /f /t /im git.exe >> NUL
|
||||||
rd /s /q Andromeda-API >> NUL
|
rd /s /q Plazma-API >> NUL
|
||||||
rd /s /q Andromeda-Server >> NUL
|
rd /s /q Plazma-Server >> NUL
|
||||||
rd /s /q .gradle >> NUL
|
rd /s /q .gradle >> NUL
|
||||||
call gradlew.bat applyPatches
|
call gradlew.bat applyPatches
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
taskkill /f /t /im java.exe >> NUL
|
taskkill /f /t /im java.exe >> NUL
|
||||||
taskkill /f /t /im git.exe >> NUL
|
taskkill /f /t /im git.exe >> NUL
|
||||||
rd /s /q Andromeda-API >> NUL
|
rd /s /q Plazma-API >> NUL
|
||||||
rd /s /q Andromeda-Server >> NUL
|
rd /s /q Plazma-Server >> NUL
|
||||||
rd /s /q .gradle >> NUL
|
rd /s /q .gradle >> NUL
|
||||||
call gradlew.bat applyPatches
|
call gradlew.bat applyPatches
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
taskkill /f /t /im java.exe >> NUL
|
taskkill /f /t /im java.exe >> NUL
|
||||||
taskkill /f /t /im git.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
|
call gradlew.bat applyAPIPatches
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
taskkill /f /t /im java.exe >> NUL
|
taskkill /f /t /im java.exe >> NUL
|
||||||
taskkill /f /t /im git.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
|
call gradlew.bat applyServerPatches
|
||||||
|
|||||||
Reference in New Issue
Block a user