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:
parent
8671a0be29
commit
2d65bb16de
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ web:
|
|||
|
||||
frontend:
|
||||
issuer: dex
|
||||
logoURL: /usr/share/yunohost/admin/img/logo.08bab97e.png
|
||||
logoURL: theme/logo.png
|
||||
dir: web/
|
||||
theme: light
|
||||
|
||||
|
|
|
@ -119,6 +119,8 @@ pushd "$final_path"
|
|||
ynh_use_go
|
||||
unset GOPATH
|
||||
make build
|
||||
# Setup a nice Yunohost logo
|
||||
cp /usr/share/yunohost/admin/img/logo.08bab97e.png web/theme/light/logo.png
|
||||
popd
|
||||
|
||||
ynh_remove_go
|
||||
|
|
Loading…
Add table
Reference in a new issue