Skip to content

Commit 05f0cab

Browse files
committed
ignore screenshots from packaging
also sort files in the Makefile list Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 92e1433 commit 05f0cab

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

Makefile

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,24 @@ clean:
2424
appstore: clean
2525
mkdir -p $(sign_dir)
2626
rsync -a \
27-
--exclude=/build \
28-
--exclude=/docs \
29-
--exclude=/translationfiles \
30-
--exclude=.tx \
31-
--exclude=/tests \
27+
--exclude=.drone.yml \
3228
--exclude=.git \
33-
--exclude=.github \
34-
--exclude=/l10n/l10n.pl \
35-
--exclude=/CONTRIBUTING.md \
36-
--exclude=/issue_template.md \
37-
--exclude=/README.md \
3829
--exclude=.gitattributes \
30+
--exclude=.github \
3931
--exclude=.gitignore \
4032
--exclude=.scrutinizer.yml \
4133
--exclude=.travis.yml \
34+
--exclude=.tx \
35+
--exclude=/build \
36+
--exclude=/CONTRIBUTING.md \
37+
--exclude=/docs \
38+
--exclude=/issue_template.md \
39+
--exclude=/l10n/l10n.pl \
4240
--exclude=/Makefile \
43-
--exclude=.drone.yml \
41+
--exclude=/README.md \
42+
--exclude=/screenshots \
43+
--exclude=/tests \
44+
--exclude=/translationfiles \
4445
$(project_dir)/ $(sign_dir)/$(app_name)
4546
tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
4647
-C $(sign_dir) $(app_name)

0 commit comments

Comments
 (0)