Initial Commit
This commit is contained in:
5
scripts/reapplyAPI.cmd
Normal file
5
scripts/reapplyAPI.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user