mirror of
https://github.com/YunoHost-Apps/kavita_ynh.git
synced 2024-09-03 19:26:30 +02:00
Add autoupdate.asset.$arch to manifest.toml
This commit is contained in:
parent
21bae8644c
commit
fdeecace82
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
# https://yunohost.org/fr/packaging_apps_resources#regarding-autoupdate
|
# https://yunohost.org/fr/packaging_apps_resources#regarding-autoupdate
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.asset.amd64 = "kavita-linux-x64.tar.gz"
|
||||||
|
autoupdate.asset.arm64 = "kavita-linux-arm64.tar.gz"
|
||||||
|
autoupdate.asset.armhf = "kavita-linux-arm.tar.gz"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 5000
|
main.default = 5000
|
||||||
|
|
Loading…
Add table
Reference in a new issue