fix: 🗑️ do not include screens on release

This commit is contained in:
Michel Roux 2024-05-30 00:24:33 +02:00
parent a53bab8be5
commit 7a4bbd8e47
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ appstore:
--exclude="../$(app_name)/LICENSE" \
--exclude="../$(app_name)/src" \
--exclude="../$(app_name)/stubs" \
--exclude="../$(app_name)/screens" \
--exclude="../$(app_name)/vendor" \
--exclude="../$(app_name)/translationfiles" \
--exclude="../$(app_name)/Dockerfile" \