Files
PlazmaBukkitMC/scripts/reapplyAPI.cmd
2023-03-08 11:33:01 +09:00

6 lines
139 B
Batchfile

@echo off
taskkill /f /t /im java.exe >> NUL
taskkill /f /t /im git.exe >> NUL
rd /s /q Plazma-API >> NUL
call gradlew.bat applyAPIPatches