fix: 🗑️ do not include screens on release
This commit is contained in:
parent
a53bab8be5
commit
7a4bbd8e47
1
Makefile
1
Makefile
|
@ -147,6 +147,7 @@ appstore:
|
||||||
--exclude="../$(app_name)/LICENSE" \
|
--exclude="../$(app_name)/LICENSE" \
|
||||||
--exclude="../$(app_name)/src" \
|
--exclude="../$(app_name)/src" \
|
||||||
--exclude="../$(app_name)/stubs" \
|
--exclude="../$(app_name)/stubs" \
|
||||||
|
--exclude="../$(app_name)/screens" \
|
||||||
--exclude="../$(app_name)/vendor" \
|
--exclude="../$(app_name)/vendor" \
|
||||||
--exclude="../$(app_name)/translationfiles" \
|
--exclude="../$(app_name)/translationfiles" \
|
||||||
--exclude="../$(app_name)/Dockerfile" \
|
--exclude="../$(app_name)/Dockerfile" \
|
||||||
|
|
Loading…
Reference in New Issue