This commit is contained in:
the-djmaze 2022-11-07 14:19:16 +01:00
parent 857ab52a5e
commit 4ec7070ffa
10 changed files with 26 additions and 19 deletions

View file

@ -85,6 +85,6 @@ $manifest = str_replace('"}', "\"\n\t}", $manifest);
$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);
file_put_contents(dirname(PLUGINS_DEST_DIR) . "/packages.json", $manifest);
exit;