Makefile: add `sign` target
1 files changed, 5 insertions(+), 0 deletions(-) M Makefile
M Makefile => Makefile +5 -0
@@ 91,6 91,11 @@ appstore: tar cvzf $(appstore_package_name).tar.gz -C $(appstore_build_directory) $(app_name) rm -rf $(appstore_build_directory)/$(app_name) .PHONY: sign sign: openssl dgst -sha512 -sign $(HOME)/.nextcloud/certificates/$(app_name).key \ build/artifacts/appstore/$(app_name).tar.gz | openssl base64 .PHONY: lint-php lint-php: composer $(CURDIR)/vendor/bin/psalm --no-cache