From d1c161f26a7f2cc5840f61d7639deb4577fb8f38 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 2 Mar 2019 21:59:35 +0000 Subject: [PATCH] build: Cleanup temp file at end of build --- pack.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pack.php b/pack.php index 8382271..6790179 100644 --- a/pack.php +++ b/pack.php @@ -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); ?>