Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(info.xml): Fix so it validates against the schema #460

Merged
merged 1 commit into from
Mar 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ The first time you install this app, before using a cron job, you properly want

**Important**: To enable pre-generation of previews you must add **php /var/www/nextcloud/occ preview:pre-generate** to a system cron job that runs at times of your choosing.]]>
</description>
<licence>AGPL</licence>
<author>Richard Steinmetz</author>
<version>5.6.0-alpha.1</version>
<licence>agpl</licence>
<author>Richard Steinmetz</author>
<namespace>PreviewGenerator</namespace>
<types>
<filesystem/>
</types>
<category>multimedia</category>
<website>https://github.com/nextcloud/previewgenerator</website>
<bugs>https://github.com/nextcloud/previewgenerator/issues</bugs>
<repository type="git">https://github.com/nextcloud/previewgenerator.git</repository>
<types>
<filesystem/>
</types>
<dependencies>
<php min-version="8.0" max-version="8.3" />
<nextcloud min-version="26" max-version="29" />
Expand Down
Loading