Plugin cli: Delete temp zip file once it is unzipped
This commit is contained in:
parent
9ef7ff4904
commit
b0ed528be8
|
@ -235,6 +235,7 @@ class InstallPluginCommand extends CliTool.Command {
|
|||
zipInput.closeEntry();
|
||||
}
|
||||
}
|
||||
Files.delete(zip);
|
||||
return target;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue