build: Cleanup temp file at end of build

This commit is contained in:
Starbeamrainbowlabs 2019-03-02 21:59:35 +00:00
parent 4f9f1a6cf9
commit d1c161f26a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -134,4 +134,6 @@ fwrite($output_stream, "__halt_compiler();");
// Write the extra data
stream_copy_to_stream($archive_stream, $output_stream);
// Cleanup
unlink($temp_filename);
?>