6 lines
142 B
Batchfile
6 lines
142 B
Batchfile
@echo off
|
|
taskkill /f /t /im java.exe >> NUL
|
|
taskkill /f /t /im git.exe >> NUL
|
|
rd /s /q Andromeda-API >> NUL
|
|
call gradlew.bat applyAPIPatches
|