ignore releases directory from tarball

This commit is contained in:
thrillfall 2021-08-14 20:15:31 +02:00
parent b0e0cd73da
commit 047803815c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \