Renamed app

This commit is contained in:
2019-01-29 15:17:39 +01:00
parent 344d62d7dd
commit 7c551bd581
19 changed files with 257 additions and 20 deletions

View File

@ -128,8 +128,7 @@ source:
appstore:
rm -rf $(appstore_build_directory)
mkdir -p $(appstore_build_directory)
tar cvzf $(appstore_package_name).tar.gz ../$(app_name) \
--exclude-vcs \
tar cvzf $(appstore_package_name).tar.gz --exclude-vcs \
--exclude="../$(app_name)/build" \
--exclude="../$(app_name)/tests" \
--exclude="../$(app_name)/Makefile" \
@ -150,6 +149,7 @@ appstore:
--exclude="../$(app_name)/protractor\.*" \
--exclude="../$(app_name)/.*" \
--exclude="../$(app_name)/js/.*" \
../$(app_name)
.PHONY: test
test: composer