1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Nice Yunohost logo

This commit is contained in:
Limezy 2022-03-24 13:52:08 +07:00
parent 8671a0be29
commit 2d65bb16de
2 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,7 @@ web:
frontend: frontend:
issuer: dex issuer: dex
logoURL: /usr/share/yunohost/admin/img/logo.08bab97e.png logoURL: theme/logo.png
dir: web/ dir: web/
theme: light theme: light

View file

@ -119,6 +119,8 @@ pushd "$final_path"
ynh_use_go ynh_use_go
unset GOPATH unset GOPATH
make build make build
# Setup a nice Yunohost logo
cp /usr/share/yunohost/admin/img/logo.08bab97e.png web/theme/light/logo.png
popd popd
ynh_remove_go ynh_remove_go