Name file info.xml directly
When developing apps for Nextcloud it is more usual that as a developer you can directly clone the app and enable it. The makefile is also very specific. To improve the developer experience I have renamed that file to "info.xml" directly. At least I was kinda confused why I couldn't enable the app the first time I cloned it :-)
This commit is contained in:
Родитель
e906c47ef5
Коммит
6d8b89b949
|
@ -3,6 +3,5 @@ webodf/*
|
||||||
build/*
|
build/*
|
||||||
online
|
online
|
||||||
loolvm
|
loolvm
|
||||||
appinfo/info.xml
|
|
||||||
*.spec
|
*.spec
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
<info>
|
<info>
|
||||||
<id>richdocuments</id>
|
<id>richdocuments</id>
|
||||||
<name>Collabora Online</name>
|
<name>Collabora Online</name>
|
||||||
<description>An ownCloud app to work with office documents</description>
|
<description>Collabora Online allows you to to work with all kind office documents interactively direct in your browser.</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<version>@PACKAGE_VERSION@</version>
|
<version>1.1.0</version>
|
||||||
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
||||||
<bugs>https://github.com/owncloud/richdocuments/issues</bugs>
|
<bugs>https://github.com/owncloud/richdocuments/issues</bugs>
|
||||||
<repository type="git">https://github.com/owncloud/richdocuments.git</repository>
|
<repository type="git">https://github.com/owncloud/richdocuments.git</repository>
|
Загрузка…
Ссылка в новой задаче