From 8ab7b9efdaf6826f9eb8eb5396d1b67b6e26e9cf Mon Sep 17 00:00:00 2001 From: oversu <95a7002b-481b-4ef3-b578-f9c421550aa4@localhost> Date: Thu, 3 Sep 2026 23:11:29 +0200 Subject: [PATCH] =?UTF-8?q?Publier=20les=20correctifs=20d=E2=80=99interfac?= =?UTF-8?q?e=20et=20le=20logo=20SSO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.toml | 6 +++--- scripts/_common.sh | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 385e683..5d10fa7 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~ynh5" +version = "1.0.0-rc.3~ynh6" maintainers = ["OverSu"] [upstream] @@ -32,8 +32,8 @@ ram.runtime = "100M" [resources] [resources.sources.main] - url = "https://nnsprod.com/git/oversu/Globinours/archive/63224d8b068f8dc0cc81be3536e0f56bd9a1bfa8.tar.gz" - sha256 = "19b861ae8d944114360af3397182a338b9e536ac018b94577488a82413c9ee6d" + url = "https://nnsprod.com/git/oversu/Globinours/archive/e3d8bf45fa43e7992320c39a9db01f604882dbaf.tar.gz" + sha256 = "ae1ffe387ed2dc44b607c9486fc91825894082bb95ae60946fd52624f567f784" in_subdir = true autoupdate.strategy = "latest_forgejo_commit" autoupdate.upstream = "https://nnsprod.com/git/oversu/Globinours" diff --git a/scripts/_common.sh b/scripts/_common.sh index d74ea89..0347a54 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,6 +5,9 @@ php_upload_max_filesize="250M" install_yunohost_logo() { install -D -m 0644 "$YNH_APP_BASEDIR/logo.png" "/usr/share/yunohost/applogos/$app.png" + yunohost app config set "$app" permission_main_logo \ + --value="$YNH_APP_BASEDIR/logo.png" \ + --core } prepare_persistent_paths() {