mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
8 lines
86 B
Batchfile
8 lines
86 B
Batchfile
|
@echo off
|
||
|
cls
|
||
|
REM
|
||
|
RD /S /Q "%~dps0..\app\src\main\jniLibs"
|
||
|
REM
|
||
|
echo Done.
|
||
|
timeout 2
|