clear /lib

This commit is contained in:
jiahua.liu 2020-03-06 15:41:32 +08:00
parent 35659f750c
commit 48e92a2ed9

View File

@ -20,6 +20,9 @@ object LibManager{
val dynamic = false;
fun clearLibs(){
if(!dynamic){
return;
}
libPath.listFiles()?.forEach {
it.delete()
}