diff --git a/README.md b/README.md index c01f8fb..39427d2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in - Add custom account without QR code thanks to an advanced form - Edit accounts, even the imported ones - Generate TOTP and HOTP security codes + **Shipped version:** 5.1.0~ynh1 **Demo:** diff --git a/README_fr.md b/README_fr.md index 5567787..41e1477 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,8 +26,10 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po - Ajoutez un compte personnalisé sans QR code grâce à un formulaire avancé - Modifier les comptes, même ceux importés - Générer des codes de sécurité TOTP et HOTP + **Version incluse :** 5.1.0~ynh1 + **Démo :** ## Captures d’écran diff --git a/scripts/upgrade b/scripts/upgrade index 2c33260..379d99c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,7 +47,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="storage .env" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="storage .env" fi chmod -R o-rwx "$install_dir"