diff --git a/Makefile b/Makefile index 1e46469..d2b942d 100644 --- a/Makefile +++ b/Makefile @@ -91,3 +91,4 @@ sign: appstore --certificate=/certificates/externalpassword.crt docker stop externalpassword-sign cd "$(CURDIR)/dist" && tar -czf externalpassword.tar.gz externalpassword + (cd dist && openssl dgst -sha512 -sign ~/.nextcloud/certificates/externalpassword.key externalpassword.tar.gz | openssl base64) diff --git a/appinfo/info.xml b/appinfo/info.xml index c067e90..03497df 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ External Password An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password. - 1.0.0 + 1.1.0 agpl Raoul Snyman ExternalPassword @@ -15,7 +15,7 @@ https://git.snyman.info/raoul/externalpassword https://git.snyman.info/raoul/externalpassword/issues - + OCA\ExternalPassword\Settings\Admin