Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-01-03 00:01:38 +0300
committerdartcafe <github@dartcafe.de>2019-01-03 00:01:38 +0300
commit35fbe36b3d053f63228b4bbc4b13354f09e1dc6c (patch)
treec25481f09adac450641f09b529417d7e5e648c57 /Makefile
parente324d01f13787f8badab692d82faf6243809ee75 (diff)
appstore fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bfa0ecf2..abb7ccff 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,9 @@ clean-dev:
.PHONY: appstore
appstore: dev-setup lint build-js-production composer
mkdir -p $(sign_dir)
+ mkdir -p $(build_source_dir)
+ mkdir -p $(appstore_build_dir)
+
rsync -a \
--exclude="ISSUE_TEMPLATE.md" \
--exclude="*.log" \
@@ -77,8 +80,6 @@ appstore: dev-setup lint build-js-production composer
--exclude="build" \
--exclude="bower.json" \
--exclude="composer.*" \
- --include="css/vendor" \
- --exclude="css/*.css" \
--exclude="js/.*" \
--exclude="js/*.log" \
--exclude="js/bower.json" \
@@ -88,7 +89,6 @@ appstore: dev-setup lint build-js-production composer
--exclude="js/protractor.*" \
--exclude="js/test" \
--exclude="js/tests" \
- --include="js/vendor" \
--exclude="karma.*" \
--exclude="l10n/no-php" \
--exclude="Makefile" \