mirror of
https://github.com/YunoHost-Apps/prowlarr_ynh.git
synced 2024-09-03 20:16:07 +02:00
Fix autoupdater
This commit is contained in:
parent
64489e3736
commit
ab96d611b2
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ ram.runtime = "50M"
|
|||
armhf.sha256 = "773345040665e546e20f1b4b698b51d2787f8d73fe2ff4e8957786343fc3c522"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$"
|
||||
autoupdate.asset.arm64 = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$"
|
||||
autoupdate.asset.amd64 = "^Prowlarr\\.master\\..*\\.linux-core-x64\\.tar\\.gz$"
|
||||
autoupdate.asset.arm64 = "^Prowlarr\\.master\\..*\\.linux-core-arm64\\.tar\\.gz$"
|
||||
autoupdate.asset.armhf = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue