Update clean.cmd
This commit is contained in:
parent
aa7c2bd33d
commit
477eba3404
@ -5,5 +5,6 @@ RD /S /Q ".kotlin" 2>NUL:
|
|||||||
RD /S /Q "app\build" 2>NUL:
|
RD /S /Q "app\build" 2>NUL:
|
||||||
RD /S /Q "app\src\main\jniLibs" 2>NUL:
|
RD /S /Q "app\src\main\jniLibs" 2>NUL:
|
||||||
RD /S /Q "build" 2>NUL:
|
RD /S /Q "build" 2>NUL:
|
||||||
|
RD /S /Q "syncthing\pkg\mod" 2>NUL:
|
||||||
::
|
::
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user