diff --git a/README.md b/README.md index 45169ae..1cc011a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Baïkal allows to seamlessly access your contacts and calendars from every devic **Shipped version:** 0.9.2~ynh1 + **Demo:** https://demo.yunohost.org/baikal/admin/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index e392cf5..8629bfa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Baïkal allows to seamlessly access your contacts and calendars from every device. It is compatible with iOS, Mac OS X, DAVx5 on Android, Mozilla Thunderbird and every other CalDAV and CardDAV capable application. Protect your privacy by hosting calendars and contacts yourself - with Baïkal. -**Version incluse :** 0.9.2~ynh1 +**Version incluse :** 0.9.2~ynh1 + **Démo :** https://demo.yunohost.org/baikal/admin/ diff --git a/manifest.json b/manifest.json index 5a99050..7c8e85f 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "julien.malik@paraiso.me" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index f92c1e8..3b87c8b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -101,7 +101,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." --weight=3 - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/Specific $final_path/config" + ynh_setup_source --dest_dir="$final_path" --keep="Specific config" fi chmod 750 "$final_path"