Change autoupdate strategy. (#3)

This commit is contained in:
orhtej2 2023-09-21 00:48:40 +02:00 committed by GitHub
parent 26c9573a07
commit 806770f448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,8 +83,7 @@ ram.runtime = "1024M"
[resources.sources.main]
url = "https://github.com/matrix-org/matrix-appservice-irc/archive/refs/tags/1.0.1.tar.gz"
sha256 = "ac58ca1e7ed1a496b0ec69cd7079f67c2e3ad5007f24bdacd63fc992cc442ce3"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "*.tar.gz"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
home = "/opt/yunohost/__APP__"