osb/scripts/ci/windows/tidy.bat

5 lines
90 B
Batchfile
Raw Normal View History

2024-03-08 09:09:27 +00:00
@echo off
for %%f in (dist\*.pdb) do (
echo %%f | find "starbound" > nul || del %%f
)