Small code cleanup

This commit is contained in:
the-djmaze 2022-10-14 23:24:14 +02:00
parent e8576c75b9
commit 2056600a72
3 changed files with 4 additions and 3 deletions

View file

@ -86,3 +86,5 @@ $manifest = str_replace('}]', "}\n]", $manifest);
$manifest = str_replace('","', "\",\n\t\t\"", $manifest);
$manifest = str_replace('\/', '/', $manifest);
file_put_contents(PLUGINS_DEST_DIR . "/packages.json", $manifest);
exit;