Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/license.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/license.php b/build/license.php
index 6f8388ee069..738ace8b1ad 100644
--- a/build/license.php
+++ b/build/license.php
@@ -186,8 +186,10 @@ if (isset($argv[1])) {
$licenses->exec($argv[1]);
} else {
$licenses->exec([
- '../apps/files',
+ '../apps/dav',
'../apps/encryption',
+ '../apps/federation',
+ '../apps/files',
'../apps/files_external',
'../apps/files_sharing',
'../apps/files_trashbin',