fix release tarball filename

This commit is contained in:
thrillfall 2021-08-14 20:08:59 +02:00
parent e812b350cc
commit 8a215704b8
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ appstore:
--certificate=$(cert_dir)/$(app_name).crt\
--path=$(sign_dir)/$(app_name); \
fi
tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
tar -czf $(build_dir)/$(app_name).tar.gz \
-C $(sign_dir) $(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing package…"; \