diff --git a/index.php b/index.php index 3ec095cd..f0e816f6 100644 --- a/index.php +++ b/index.php @@ -238,7 +238,6 @@ private function getExpectedElementsList(): array { '.', '..', // Folders - '.reuse', '.well-known', '3rdparty', 'apps', @@ -280,6 +279,7 @@ private function getExpectedElementsList(): array { 'COPYING-AGPL', 'occ', 'db_structure.xml', + 'REUSE.toml', ]; return array_merge($expected, $this->getAppDirectories()); } diff --git a/lib/Updater.php b/lib/Updater.php index 8e5cfbfe..e34daf9e 100644 --- a/lib/Updater.php +++ b/lib/Updater.php @@ -220,7 +220,6 @@ private function getExpectedElementsList(): array { '.', '..', // Folders - '.reuse', '.well-known', '3rdparty', 'apps', @@ -262,6 +261,7 @@ private function getExpectedElementsList(): array { 'COPYING-AGPL', 'occ', 'db_structure.xml', + 'REUSE.toml', ]; return array_merge($expected, $this->getAppDirectories()); } diff --git a/updater.phar b/updater.phar index 09332c58..7d7c5a09 100755 Binary files a/updater.phar and b/updater.phar differ