Commit 01c38caa by huangfusuper

资源拉取压缩

parent b5f4d2e2
...@@ -148,7 +148,7 @@ public class CommandAndScriptProcessingMachine implements ProcessingMachine { ...@@ -148,7 +148,7 @@ public class CommandAndScriptProcessingMachine implements ProcessingMachine {
//解压后的文件夹路径 //解压后的文件夹路径
File unzip = ZipUtil.unzip(file); File unzip = ZipUtil.unzip(file);
//删除这个压缩包 //删除这个压缩包
file.deleteOnExit(); FileUtil.del(file);
return unzip.getPath(); return unzip.getPath();
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment