diff --git a/README.md b/README.md index a268558..7c862c8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Shipped version:** 0.7.2~ynh1 +**Shipped version:** 0.7.2~ynh2 **Demo:** diff --git a/README_es.md b/README_es.md index 88ee108..cb8a4a0 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Versión actual:** 0.7.2~ynh1 +**Versión actual:** 0.7.2~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index 8d7320e..5af04d8 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Paketatutako bertsioa:** 0.7.2~ynh1 +**Paketatutako bertsioa:** 0.7.2~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index f527754..00bb55c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite. -**Version incluse :** 0.7.2~ynh1 +**Version incluse :** 0.7.2~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index 6c3c383..d26e520 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Versión proporcionada:** 0.7.2~ynh1 +**Versión proporcionada:** 0.7.2~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 7a42c47..fbdfd8d 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**分发版本:** 0.7.2~ynh1 +**分发版本:** 0.7.2~ynh2 **演示:** diff --git a/manifest.toml b/manifest.toml index 51ca305..ad89445 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookWyrm" description.en = "Platform for social reading" description.fr = "Plateforme de lecture sociale" -version = "0.7.2~ynh1" +version = "0.7.2~ynh2" maintainers = ["oufmilo"] @@ -51,14 +51,12 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.2.tar.gz" sha256 = "258831fa54c15fd8ea9a3ba06bb9afab016d754a0850118e65fdb70dfa022df7" - - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.sources.fonts] url = "https://github.com/adobe-fonts/source-han-sans/raw/release/Variable/OTC/SourceHanSans-VF.ttf.ttc" sha256 = "1662483cf0cdaf04438618fc67e807a00dadb3fd3b4193c3c23cf7ad4dcc499f" - [resources.system_user] allow_email = true diff --git a/scripts/remove b/scripts/remove index 136b988..83366b3 100644 --- a/scripts/remove +++ b/scripts/remove @@ -65,9 +65,6 @@ ynh_script_progression --message="Removing logs..." --weight=5 ynh_remove_logrotate -# Remove the log files - - #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index cce0c24..1431540 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -45,8 +45,8 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --source_id="main" --keep=".env" - ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" + ynh_setup_source --dest_dir="$install_dir" --source_id="main" --full_replace=1 --keep=".env" + ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" --full_replace=1 fi chmod 750 "$install_dir"