mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
add a info.xml to files
This commit is contained in:
parent
b5db852438
commit
0d0129221b
1 changed files with 10 additions and 0 deletions
10
apps/files/appinfo/info.xml
Normal file
10
apps/files/appinfo/info.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>files</id>
|
||||
<name>Files</name>
|
||||
<description>File Management</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Robin Appelman</author>
|
||||
<require>2</require>
|
||||
<default_enable/>
|
||||
</info>
|
||||
Loading…
Reference in a new issue