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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-13 18:32:39 +0300
committerJoas Schilling <coding@schilljs.com>2016-12-13 18:32:39 +0300
commit0407f1c7f3815d7e9a66f89bc1bbd334a2a58763 (patch)
tree91519cfdc0e448cab730d5f6db33db161253156f /Makefile
parente1eca493dc3d8e9a813ce755896c3d3d9f89d10c (diff)
Update version fix script and upload 1.1.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ba79cefc2..fdf7fad58 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@ create-tag:
git push origin v$(version)
clean:
- echo $(version)
rm -rf $(build_dir)
rm -rf node_modules
@@ -66,7 +65,7 @@ appstore: clean install-deps
--exclude=.stylelintrc \
--exclude=tests \
--exclude=.travis.yml \
- $(project_dir)/ $(sign_dir)
+ $(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \
php ../../occ integrity:sign-app \