麻了先暂存
This commit is contained in:
5
Source/WulaFallenEmpire/clean.bat
Normal file
5
Source/WulaFallenEmpire/clean.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
echo 清理临时文件...
|
||||
if exist "obj" rmdir /s /q obj
|
||||
if exist "bin" rmdir /s /q bin
|
||||
echo 清理完成!
|
||||
Reference in New Issue
Block a user