mirror of
https://github.com/YunoHost-Apps/mautrix_discord_ynh.git
synced 2024-09-03 19:36:35 +02:00
Fix autoupdate.assets
This commit is contained in:
parent
20172fd624
commit
6c0342291a
1 changed files with 3 additions and 3 deletions
|
@ -88,9 +88,9 @@ ram.runtime = "1024M"
|
|||
armhf.sha256 = "e3a9eb3f64dc6d9e568f34f79b0b22cd08584c01779d22788ee6e966f5cde827"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "mautrix-discord-amd64"
|
||||
autoupdate.asset.arm64 = "mautrix-discord-arm64"
|
||||
autoupdate.asset.armhf = "mautrix-discord-arm"
|
||||
autoupdate.asset.amd64 = "^mautrix-discord-amd64$"
|
||||
autoupdate.asset.arm64 = "^mautrix-discord-arm64$"
|
||||
autoupdate.asset.armhf = "^mautrix-discord-arm$"
|
||||
|
||||
[resources.system_user]
|
||||
home = "/opt/yunohost/__APP__"
|
||||
|
|
Loading…
Reference in a new issue