diff options
| -rw-r--r-- | .github/workflows/updater.sh | 2 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | conf/app.src | 1 |
3 files changed, 4 insertions, 0 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" @@ -20,6 +20,7 @@ Mastodon is a free, open-source microblogging social network. It is a decentrali **Shipped version:** 3.5.3~ynh4 + **Demo:** https://joinmastodon.org/ ## Screenshots 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 |
