fix: do not exclude vcs for tar release

This commit is contained in:
Michel Roux 2024-02-05 23:48:10 +01:00
parent 302e8c781b
commit ef1fa64047
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ appstore:
rm -rf $(appstore_build_directory)
mkdir -p $(appstore_build_directory)
tar cvzf $(appstore_package_name).tar.gz \
--exclude-vcs \
--exclude="../$(app_name)/build" \
--exclude="../$(app_name)/tests" \
--exclude="../$(app_name)/Makefile" \