Skip to content

Commit

Permalink
Update for Nextcloud 24/25
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlaurenz committed Oct 17, 2022
1 parent 0849145 commit 85b2d37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ First get an account for the [App Store](http://apps.nextcloud.com/) then run:

The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.

Generate the signature by executing:
```
openssl dgst -sha512 -sign ~/Nextcloud/Development/Nextcloud_Cert/imageconverter.key build/artifacts/appstore/imageconverter.tar.gz | openssl base64
```
## Running tests
You can use the provided Makefile to run all tests by using:

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Needs imagemagick with HEIC support installed and the PHP bindings (Imagick extension) enabled.
Check Github for more details.]]>
</description>
<version>1.3.2</version>
<version>1.3.3</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="http://example.com">major-mayer</author>
<namespace>ImageConverter</namespace>
Expand All @@ -18,6 +18,6 @@
<screenshot>https://raw.githubusercontent.com/major-mayer/imageConverter/master/screenshots/screenrecord.gif</screenshot>
<dependencies>
<lib>imagick</lib>
<nextcloud min-version="22" max-version="23" />
<nextcloud min-version="24" max-version="25" />
</dependencies>
</info>

0 comments on commit 85b2d37

Please sign in to comment.