mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 00:10:17 -05:00
Update Web to 1.0.0-beta1
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ NAME := web
|
||||
IMPORT := github.com/owncloud/ocis/$(NAME)
|
||||
BIN := bin
|
||||
DIST := dist
|
||||
WEB_ASSETS_VERSION = v0.29.0
|
||||
WEB_ASSETS_VERSION = v1.0.0-beta1
|
||||
|
||||
ifeq ($(OS), Windows_NT)
|
||||
EXECUTABLE := $(NAME).exe
|
||||
@@ -180,4 +180,4 @@ watch:
|
||||
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
rm -Rf assets && mkdir assets/ && curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/phoenix.tar.gz | tar xvzf - -C assets/
|
||||
rm -Rf assets && mkdir assets/ && curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xvzf - -C assets/
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user