diff --git a/Makefile b/Makefile index cceb799..ca6e418 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ appstore: --exclude="../$(app_name)/CHANGELOG.md" \ --exclude="../$(app_name)/README.md" \ --exclude="../$(app_name)/package-lock.json" \ - --exclude="../$(app_name)/LICENSES" \ + --exclude="../$(app_name)/LICENSE*" \ --exclude="../$(app_name)/src" \ --exclude="../$(app_name)/stubs" \ --exclude="../$(app_name)/vendor" \