mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
autoupdate.strategy = "latest_github_release"
This commit is contained in:
parent
d2bc92a712
commit
5ff1d73f4d
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,7 @@ code = "https://github.com/jesec/flood"
|
|||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
architectures = [ "amd64", "arm64" ]
|
||||
multi_instance = false
|
||||
ldap = false
|
||||
sso = false
|
||||
|
@ -45,6 +45,10 @@ ram.runtime = "50M"
|
|||
amd64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-x64.deb"
|
||||
amd64.sha256 = "d528edc50e2a2a8d60aa1d37e2cdf0353c48f792b7ded4f150a0914931076d3f"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.arm64 = "flood-linux-arm64.deb"
|
||||
autoupdate.asset.amd64 = "flood-linux-x64.deb"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Reference in a new issue