mirror of
https://github.com/Buckminsterfullerene02/UE-Modding-Tools.git
synced 2024-11-24 07:40:10 +01:00
5 lines
86 B
Batchfile
5 lines
86 B
Batchfile
cd %~1
|
|
del /s *.uexp, *.ubulk
|
|
for /r %%g in (*.uasset) do (
|
|
type NUL>%%~dpng.uasset
|
|
) |