mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: automate generation for universal link files
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,7 @@
|
||||
SHELL := /bin/bash
|
||||
APP_DIR := $(PWD)/app
|
||||
BRANCH ?= develop
|
||||
START_TIME := $(date +%s)
|
||||
|
||||
clean:
|
||||
rm -rf app
|
||||
@@ -27,6 +28,7 @@ web-build: configuration-web
|
||||
cd app && ionic build --prod
|
||||
|
||||
web: web-build
|
||||
mkdir -p app/www/.well-known && source app.conf && sh static/scripts/universal_link_files.sh
|
||||
cd app/www && zip -r ../../www.zip .
|
||||
echo "Web application artifact for version ${VERSION} is archived in www.zip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user