Fix exclude list with new items

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-08-12 15:44:59 +02:00
parent b6c2ad7fee
commit 31f2b590f2
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -98,6 +98,7 @@ appstore:
--exclude=stylelint.config.js \
--exclude=.tx \
--exclude=tests \
--exclude=tsconfig.json \
--exclude=webpack.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \