1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00

[fix] Change favicon

This commit is contained in:
ljf 2018-12-16 23:30:50 +01:00
parent a1e17edb35
commit fe8c013f76
2 changed files with 1 additions and 0 deletions

BIN
conf/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -21,6 +21,7 @@ function debranding() {
sed -i 's/<a[^>]*>Documentation<\/a>//g' $final_path/$APPNAME/addons/web/static/src/xml/base.xml
sed -i 's/<a[^>]*>Support<\/a>//g' $final_path/$APPNAME/addons/web/static/src/xml/base.xml
cp ../conf/logo_type.png $python_app/addons/base/static/img/logo_white.png
cp ../conf/favicon.ico $python_app/addons/base/static/src/img/favicon.ico
}
function setup_files() {