From b51354506ecb36f5aa51e2476a0d1a1f6e7ec567 Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Thu, 19 Jan 2017 22:31:00 +0100 Subject: Bump version to 0.2.0 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ba128e4..0e9a0cb 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ source: appstore: rm -rf $(appstore_build_directory) mkdir -p $(appstore_build_directory) - tar cvzf $(appstore_package_name).tar.gz ../$(app_name) \ + tar cvzf $(appstore_package_name).tar.gz \ --exclude-vcs \ --exclude="../$(app_name)/build" \ --exclude="../$(app_name)/tests" \ @@ -150,6 +150,7 @@ appstore: --exclude="../$(app_name)/protractor\.*" \ --exclude="../$(app_name)/.*" \ --exclude="../$(app_name)/js/.*" \ + ../$(app_name) # Command for running JS and PHP tests. Works for package.json files in the js/ # and root directory. If phpunit is not installed systemwide, a copy is fetched @@ -171,4 +172,4 @@ ifeq (, $(shell which phpunit 2> /dev/null)) else phpunit -c phpunit.xml --coverage-clover build/php-unit.clover phpunit -c phpunit.integration.xml --coverage-clover build/php-unit.clover -endif \ No newline at end of file +endif -- cgit v1.2.3