mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-01 11:43:41 +00:00
11 lines
212 B
Batchfile
11 lines
212 B
Batchfile
@echo off
|
|
|
|
cd ..
|
|
|
|
del /F /Q LiteLoader\Lib\bedrock_server_api.lib 2>nul
|
|
del /F /Q LiteLoader\Lib\bedrock_server_var.lib 2>nul
|
|
|
|
echo.
|
|
echo [INFO] Version updated. Please build the project again.
|
|
timeout /t 3 >nul
|