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

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-03-31 22:07:59 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-03-31 22:07:59 +0300
commitbaf28ae682c40ef89ec5cac7d65635e14e78b98e (patch)
tree3856ec51892c5b661dbab9b0c9f28ef2d3f24956
parentae1d6fb2e232e51b96dcab7e50a7bba2334619ac (diff)
expect dist directory
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--lib/Updater.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Updater.php b/lib/Updater.php
index 6308295..b527e8d 100644
--- a/lib/Updater.php
+++ b/lib/Updater.php
@@ -209,6 +209,7 @@ class Updater {
'config',
'core',
'data',
+ 'dist',
'l10n',
'lib',
'ocs',