1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-24 17:13:01 +00:00

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

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);
?>