File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,23 +24,24 @@ clean:
2424appstore : 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 )
You can’t perform that action at this time.
0 commit comments