diff --git a/README.md b/README.md index f669a83..b7acd11 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Pico is a stupidly simple, blazing fast, flat file CMS. That’s definitely a mo **Shipped version:** 3.0.0~ynh1 -**Demo:** https://demo.example.com ## Screenshots diff --git a/README_fr.md b/README_fr.md index 708829d..3bf6367 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,9 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Pico is a stupidly simple, blazing fast, flat file CMS. That’s definitely a mouthful, what does it even mean? In the most basic sense, it means that there is no administration backend or database to deal with. You simply create markdown files in the content folder and those files become your pages. There’s much more to Pico than that though. -**Version incluse :** 3.0.0~ynh1 +**Version incluse :** 3.0.0~ynh1 -**Démo :** https://demo.example.com ## Captures d'écran diff --git a/manifest.json b/manifest.json index d06e3af..659a466 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,6 @@ "upstream": { "license": "MIT", "website": "https://picocms.org/", - "demo": "https://demo.example.com", "admindoc": "https://picocms.org/docs/", "code": "https://github.com/picocms/Pico" }, @@ -21,7 +20,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index 13a0daa..c6a8b55 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ then ynh_secure_remove --file="$final_path/vendor" # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.yml" + ynh_setup_source --dest_dir="$final_path" --keep="config/config.yml" fi chmod 750 "$final_path"