diff --git a/README.md b/README.md index f3037ec..980f5c7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Lightweight animal shelter management [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://globinours.fr) [![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://demo.globinours.fr) -[![Version: 1.0.0-rc.3~ynh13](https://img.shields.io/badge/Version-1.0.0--rc.3~ynh13-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/globinours/) +[![Version: 1.0.0-rc.3~ynh14](https://img.shields.io/badge/Version-1.0.0--rc.3~ynh14-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/globinours/)
diff --git a/manifest.toml b/manifest.toml index 32fef5c..d979607 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ id = "globinours" name = "Globinours" description.en = "Lightweight animal shelter management" description.fr = "Gestion légère et complète pour refuges animaliers" -version = "1.0.0-rc.3~ynh13" +version = "1.0.0-rc.3~ynh14" maintainers = ["OverSu"] [upstream] diff --git a/scripts/_common.sh b/scripts/_common.sh index 51b228d..b485aca 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,9 +7,12 @@ php_upload_max_filesize="250M" install_yunohost_logo() { + local logo="$install_dir/resources/branding/Logo_Globinours_maxi.png" + install -D -m 0644 \ - "$install_dir/resources/branding/Logo_Globinours_maxi.png" \ + "$logo" \ "/usr/share/yunohost/applogos/$app.png" + yunohost user permission update "$app.main" --logo "$logo" } prepare_persistent_paths() {