mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Fix shader path and added console.log in cleanup.bat
This commit is contained in:
parent
ec63be32e3
commit
894d2c042a
1 changed files with 4 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
:: Delete procedural shaders
|
||||
echo shaders
|
||||
del /q /a:-R shaders\procedural\*.*
|
||||
del /q /a:-R data\shaderCachel\*.*
|
||||
:: Delete dumped shader disassembly files
|
||||
for /R %%a IN (*._dis.txt) do IF EXIST "%%a._dis.txt" del "%%a._dis.txt"
|
||||
|
||||
|
|
@ -38,10 +38,11 @@ IF EXIST "scripts\server\banlist.cs" del /s scripts\server\banlist.cs
|
|||
IF EXIST "scripts\server\prefs.cs" del /s scripts\server\prefs.cs
|
||||
IF EXIST "client\config.cs" del /s client\config.cs
|
||||
IF EXIST "config.cs" del /s config.cs
|
||||
IF EXIST "tools\settings.xml" del /s tools\settings.xml
|
||||
:: IF EXIST "tools\settings.xml" del /s tools\settings.xml
|
||||
IF EXIST "banlist.cs" del /s banlist.cs
|
||||
|
||||
:: logs
|
||||
echo logs
|
||||
IF EXIST "torque3d.log" del /s torque3d.log
|
||||
echo DONE!
|
||||
IF EXIST "console.log" del /s console.log
|
||||
echo DONE!
|
||||
Loading…
Add table
Add a link
Reference in a new issue