Skip to content

Commit

Permalink
ignore screenshots from packaging
Browse files Browse the repository at this point in the history
also sort files in the Makefile list

Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Jan 29, 2020
1 parent 31359cd commit 83ac826
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,24 @@ clean:
appstore: clean
mkdir -p $(sign_dir)
rsync -a \
--exclude=/build \
--exclude=/docs \
--exclude=/translationfiles \
--exclude=.tx \
--exclude=/tests \
--exclude=.drone.yml \
--exclude=.git \
--exclude=.github \
--exclude=/l10n/l10n.pl \
--exclude=/CONTRIBUTING.md \
--exclude=/issue_template.md \
--exclude=/README.md \
--exclude=.gitattributes \
--exclude=.github \
--exclude=.gitignore \
--exclude=.scrutinizer.yml \
--exclude=.travis.yml \
--exclude=.tx \
--exclude=/build \
--exclude=/CONTRIBUTING.md \
--exclude=/docs \
--exclude=/issue_template.md \
--exclude=/l10n/l10n.pl \
--exclude=/Makefile \
--exclude=.drone.yml \
--exclude=/README.md \
--exclude=/screenshots \
--exclude=/tests \
--exclude=/translationfiles \
$(project_dir)/ $(sign_dir)/$(app_name)
tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
-C $(sign_dir) $(app_name)
Expand Down

0 comments on commit 83ac826

Please sign in to comment.