ignore releases directory from tarball
This commit is contained in:
parent
b0e0cd73da
commit
047803815c
2
Makefile
2
Makefile
@ -86,7 +86,7 @@ appstore:
|
|||||||
--exclude=.tx \
|
--exclude=.tx \
|
||||||
--exclude=tests \
|
--exclude=tests \
|
||||||
--exclude=vendor \
|
--exclude=vendor \
|
||||||
--exclude=release \
|
--exclude=releases \
|
||||||
--exclude=webpack.*.js \
|
--exclude=webpack.*.js \
|
||||||
$(project_dir)/ $(sign_dir)/$(app_name)
|
$(project_dir)/ $(sign_dir)/$(app_name)
|
||||||
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user