summarylogtreecommitdiffstats
path: root/nextcloud-app-socialsharing.patch
diff options
context:
space:
mode:
authorCarlos Galindo2021-06-25 16:27:21 +0200
committerCarlos Galindo2021-06-25 16:27:21 +0200
commitc8ba97edcd0659dd1593bb66a0d5476c60f741ed (patch)
treef696a8b375ac89ccf4be50d27e02e2cf47098c0c /nextcloud-app-socialsharing.patch
downloadaur-c8ba97edcd0659dd1593bb66a0d5476c60f741ed.tar.gz
initial commit, v2.2.0
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; \