diff options
| -rw-r--r-- | .github/workflows/updater.sh | 2 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_fr.md | 3 | ||||
| -rw-r--r-- | conf/app.src | 1 |
4 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 4e30c38..1499a0f 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -31,6 +31,7 @@ fi echo "Current version: $current_version" echo "Latest release from upstream: $version" echo "VERSION=$version" >> $GITHUB_ENV +echo "REPO=$repo" >> $GITHUB_ENV # For the time being, let's assume the script will fail echo "PROCEED=false" >> $GITHUB_ENV @@ -81,6 +82,7 @@ SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=$extension SOURCE_IN_SUBDIR=true SOURCE_FILENAME= +SOURCE_EXTRACT=true EOT echo "... conf/$src.src updated" @@ -19,6 +19,7 @@ Mastodon is a free, open-source microblogging social network. It is a decentrali **Shipped version:** 3.5.3~ynh3 + **Demo:** https://joinmastodon.org/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index f54a37c..1a86f38 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Mastodon est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales. -**Version incluse :** 3.5.3~ynh3 +**Version incluse :** 3.5.3~ynh3 + **Démo :** https://joinmastodon.org/ diff --git a/conf/app.src b/conf/app.src index 9d400b8..b957ecb 100644 --- a/conf/app.src +++ b/conf/app.src @@ -4,3 +4,4 @@ SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= +SOURCE_EXTRACT=true |
