Publier les correctifs d’interface et le logo SSO
This commit is contained in:
parent
72b68793ef
commit
8ab7b9efda
2 changed files with 6 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ id = "globinours"
|
||||||
name = "Globinours"
|
name = "Globinours"
|
||||||
description.en = "Lightweight animal shelter management"
|
description.en = "Lightweight animal shelter management"
|
||||||
description.fr = "Gestion légère et complète pour refuges animaliers"
|
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"]
|
maintainers = ["OverSu"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
|
|
@ -32,8 +32,8 @@ ram.runtime = "100M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://nnsprod.com/git/oversu/Globinours/archive/63224d8b068f8dc0cc81be3536e0f56bd9a1bfa8.tar.gz"
|
url = "https://nnsprod.com/git/oversu/Globinours/archive/e3d8bf45fa43e7992320c39a9db01f604882dbaf.tar.gz"
|
||||||
sha256 = "19b861ae8d944114360af3397182a338b9e536ac018b94577488a82413c9ee6d"
|
sha256 = "ae1ffe387ed2dc44b607c9486fc91825894082bb95ae60946fd52624f567f784"
|
||||||
in_subdir = true
|
in_subdir = true
|
||||||
autoupdate.strategy = "latest_forgejo_commit"
|
autoupdate.strategy = "latest_forgejo_commit"
|
||||||
autoupdate.upstream = "https://nnsprod.com/git/oversu/Globinours"
|
autoupdate.upstream = "https://nnsprod.com/git/oversu/Globinours"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@ php_upload_max_filesize="250M"
|
||||||
|
|
||||||
install_yunohost_logo() {
|
install_yunohost_logo() {
|
||||||
install -D -m 0644 "$YNH_APP_BASEDIR/logo.png" "/usr/share/yunohost/applogos/$app.png"
|
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() {
|
prepare_persistent_paths() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue