mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-19 04:13:18 +08:00
Resolve #359
This commit is contained in:
parent
fcb50dfcda
commit
c7e51f5b2c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ foreach (glob(ROOT_DIR . '/plugins/*', GLOB_NOSORT | GLOB_ONLYDIR) as $dir) {
|
|||
echo "+ {$name} {$version}\n";
|
||||
$manifest_item['type'] = 'plugin';
|
||||
$manifest_item['id'] = $name;
|
||||
$manifest_item['file'] = "{$dir}-{$version}.tgz";
|
||||
$manifest_item['file'] = "plugins/{$name}-{$version}.tgz";
|
||||
ksort($manifest_item);
|
||||
$manifest[$name] = $manifest_item;
|
||||
$tar_destination = PLUGINS_DEST_DIR . "/{$name}-{$version}.tar";
|
||||
|
|
Loading…
Reference in a new issue