Skip to content

Commit

Permalink
Fix app package
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Aug 25, 2017
1 parent c2740ef commit c8238e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ endif
occ=$(CURDIR)/../../occ
phpunit_oc10=$(CURDIR)/../../lib/composer/bin/phpunit
configdir=$(CURDIR)/../../config
private_key=$(HOME)/.owncloud/$(app_name).key
certificate=$(HOME)/.owncloud/$(app_name).crt
private_key=$(HOME)/.owncloud/certificates/$(app_name).key
certificate=$(HOME)/.owncloud/certificates/$(app_name).crt
sign=php -f $(occ) integrity:sign-app --privateKey="$(private_key)" --certificate="$(certificate)"
sign_skip_msg="Skipping signing, either no key and certificate found in $(private_key) and $(certificate) or occ can not be found at $(occ)"
ifneq (,$(wildcard $(private_key)))
Expand Down
1 change: 0 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<dependencies>
<owncloud min-version="9.1" max-version="10.0" />
</dependencies>
<description>Calendar GUI for the server-integrated CalDAV server</description>
<documentation>
<user>https://doc.owncloud.org/server/10.0/user_manual/pim/calendar.html</user>
</documentation>
Expand Down

0 comments on commit c8238e0

Please sign in to comment.