mirror of
https://github.com/thrillfall/nextcloud-gpodder.git
synced 2024-12-25 15:22:34 +01:00
fix release tarball filename
This commit is contained in:
parent
e812b350cc
commit
8a215704b8
2
Makefile
2
Makefile
@ -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…"; \
|
||||
|
Loading…
Reference in New Issue
Block a user