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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-18 18:06:57 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-18 18:06:57 +0400
commitb08f2fe999cae76b9d3afb9546dcc1d4fe731ffd (patch)
treed0a47fb90d5a736d1eaf77bc76fde8719575b811 /files_archive
parente8e85eb8d69b1c8bb0052a3e9ed00df6c90df589 (diff)
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
Diffstat (limited to 'files_archive')
-rw-r--r--files_archive/appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/files_archive/appinfo/info.xml b/files_archive/appinfo/info.xml
index 9872187f9..93ec68ee1 100644
--- a/files_archive/appinfo/info.xml
+++ b/files_archive/appinfo/info.xml
@@ -5,7 +5,8 @@
<description>Transparent opening of archives</description>
<licence>AGPL</licence>
<author>Robin Appelman</author>
- <require>3</require>
+ <require>4</require>
+ <shipped>true</shipped>
<types>
<filesystem/>
</types>