Skip to content

Commit

Permalink
Merge pull request #158 from nextcloud/meta/noid/update_makefile
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
georgehrke authored May 26, 2020
2 parents 997b43a + 2c71c67 commit ae6a52d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=1.0.5
version+=1.5.1

all: appstore

Expand All @@ -27,15 +27,18 @@ appstore: clean
--exclude=/build \
--exclude=/docs \
--exclude=/translationfiles \
--exclude=/.github \
--exclude=/.tx \
--exclude=/tests \
--exclude=/vendor \
--exclude=/.git \
--exclude=/.github \
--exclude=/l10n/l10n.pl \
--exclude=/CONTRIBUTING.md \
--exclude=/issue_template.md \
--exclude=/README.md \
--exclude=/.gitattributes \
--exclude=/.php_cs.cache \
--exclude=/.gitignore \
--exclude=/.scrutinizer.yml \
--exclude=/.drone.yml \
Expand Down

0 comments on commit ae6a52d

Please sign in to comment.