Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index a2953bac..d26ff102 100644
--- a/Makefile
+++ b/Makefile
@@ -79,11 +79,6 @@ appstore:
--exclude="l10n/no-php" \
./ $(build_source_directory)/$(app_name)
- @if [ -f $(nc_cert_directory)/$(app_name).key ]; then \
- echo "Creating integrity file..."; \
- php ../../occ integrity:sign-app --privateKey="$(nc_cert_directory)/$(app_name).key" --certificate="$(nc_cert_directory)/$(app_name).crt" --path "$(build_source_directory)/$(app_name)"; \
- fi
-
tar cvzf $(appstore_package_name).tar.gz --directory="$(build_source_directory)" $(app_name)
@if [ -f $(nc_cert_directory)/$(app_name).key ]; then \
@@ -132,11 +127,6 @@ else
# We need to replace Nc screenshot urls with the oC ones
sed -i -E "s~(<screenshot>)([^<]*).(png|jpg|jpeg)(</screenshot>)~\1\2-oc.\3\4~" $(build_source_directory)/$(app_name)/appinfo/info.xml
- @if [ -f $(oc_cert_directory)/$(app_name).key ]; then \
- echo "Creating integrity file..."; \
- php ../../occ integrity:sign-app --privateKey="$(oc_cert_directory)/$(app_name).key" --certificate="$(oc_cert_directory)/$(app_name).crt" --path "$(build_source_directory)/$(app_name)"; \
- fi
-
tar cvzf $(marketplace_package_name).tar.gz --directory="$(build_source_directory)" $(app_name)
@if [ -f $(oc_cert_directory)/$(app_name).key ]; then \