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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Krasikov <klonishe@gmail.com>2020-01-21 19:32:05 +0300
committerPavel Krasikov <klonishe@gmail.com>2020-01-21 19:32:05 +0300
commitaa7652bad69d53517dc929ae6c54e1f4e86f72b2 (patch)
treeb677cb89e6ad55eae9f23a7c83e89e7aa5d0d140
parent8e625a15f323cc1f780e607020682f07c99ae4a5 (diff)
build script3.4.10
-rwxr-xr-xMakefile7
-rw-r--r--README.md15
-rwxr-xr-xappinfo/info.xml2
3 files changed, 15 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 83b0f46f..d846591c 100755
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,15 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
occ=$(CURDIR)/../../occ
+all: build
+
+build:
+ npm run build
+
clean:
rm -fr $(build_dir)
-appstore: clean
+appstore: clean build
mkdir -p $(sign_dir)
rsync -a \
--exclude=.git \
diff --git a/README.md b/README.md
index e569d863..edfdbe66 100644
--- a/README.md
+++ b/README.md
@@ -49,12 +49,13 @@ The app can be built by using the provided Makefile by running:
make
-This requires the following things to be present:
-* make
-* which
-* tar: for building the archive
-* curl: used if phpunit and composer are not installed to fetch them from the web
+To make appstore build run:
+
+ make appstore
-The make command will install or update Composer dependencies.
-The archive is then located in build/artifacts/appstore.
+The archive is then located in build/artifacts.
+This requires the following things to be present:
+* make
+* npm
+* tar: for building the archive \ No newline at end of file
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 40fc4fa5..3fffd057 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Wopi</name>
<summary>Edit office documents directly in your browser.</summary>
<description>This application can connect to a Microsoft Office Online Server (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Application settings are in the Office Online section.</description>
- <version>3.4.9</version>
+ <version>3.4.10</version>
<licence>agpl</licence>
<author mail="info@roscomputing.com" homepage="https://roscomputing.com">RosComputing</author>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>