summarylogtreecommitdiffstats
path: root/nextcloud-app-socialsharing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud-app-socialsharing.patch')
-rw-r--r--nextcloud-app-socialsharing.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/nextcloud-app-socialsharing.patch b/nextcloud-app-socialsharing.patch
new file mode 100644
index 000000000000..60784698d7a6
--- /dev/null
+++ b/nextcloud-app-socialsharing.patch
@@ -0,0 +1,8 @@
+@@ -30,7 +30,3 @@ appstore:
+ --exclude=tests \
+ --exclude=vendor/bin \
+ $(project_dir) $(sign_dir)
+- @echo "Signing…"
+- tar -czf $(build_dir)/$(app_name).tar.gz \
+- -C $(sign_dir) $(app_name)
+- openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name).tar.gz | openssl base64; \