From 61b2c68a36e1dcd1808d2725049afc5d80504751 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 23 Jan 2018 14:01:09 +0100 Subject: [PATCH] 1.2.0 --- .gitignore | 2 ++ Makefile | 4 ++-- appinfo/info.xml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f328c174d..c977d4351 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ build/appstore/ *.cache *.log build/*/*.d.ts +build/*.tar.gz +build/sign diff --git a/Makefile b/Makefile index 58b54c56e..295b9fb85 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates webpack=node_modules/.bin/webpack -version+=1.1.0 +version+=1.2.0 jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*) othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*) @@ -36,7 +36,7 @@ create-tag: git tag -s -a v$(version) -m "Tagging the $(version) release." git push origin v$(version) -appstore: clean +appstore: clean build/main.js mkdir -p $(sign_dir) rsync -a \ --exclude=/docs \ diff --git a/appinfo/info.xml b/appinfo/info.xml index 412c51dbc..cb6d1d8bc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ After a folder is created, the admin can give access to the folder to one or mor Note: encrypting the contents of group folders is currently not supported.]]> AGPL Robin Appelman - 1.1.0 + 1.2.0 @@ -34,6 +34,6 @@ Note: encrypting the contents of group folders is currently not supported.]]>files - +