fix: don't fetch idp logo.svg anymore

We're always using the logo from the theme now so the logo.svg is not
needed anymore.
This commit is contained in:
Benedikt Kulmann
2024-10-10 15:42:33 +02:00
parent 47edf8bc6d
commit b8a7e3552d

View File

@@ -32,18 +32,11 @@ ci-node-generate: assets
.PHONY: assets
assets: pnpm-build \
assets/identifier/static \
assets/identifier/static/logo.svg \
assets/identifier/static/favicon.ico
assets/identifier/static:
mkdir -p assets/identifier/static
LOGO_URL = https://raw.githubusercontent.com/owncloud/assets/main/logo.svg
.PHONY: assets/identifier/static/logo.svg # force overwrite
assets/identifier/static/logo.svg:
curl --fail -o assets/identifier/static/logo.svg ${LOGO_URL}
FAVICON_URL = https://raw.githubusercontent.com/owncloud/assets/main/favicon.ico
.PHONY: assets/identifier/static/favicon.ico # force overwrite