1
0
Fork 0
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:
tituspijean 2024-03-18 16:58:35 +01:00 committed by GitHub
parent 64489e3736
commit ab96d611b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]