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:
parent
4f9f1a6cf9
commit
d1c161f26a
1 changed files with 2 additions and 0 deletions
2
pack.php
2
pack.php
|
@ -134,4 +134,6 @@ fwrite($output_stream, "__halt_compiler();");
|
||||||
// Write the extra data
|
// Write the extra data
|
||||||
stream_copy_to_stream($archive_stream, $output_stream);
|
stream_copy_to_stream($archive_stream, $output_stream);
|
||||||
|
|
||||||
|
// Cleanup
|
||||||
|
unlink($temp_filename);
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue