mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Update manifest.toml: Temporarily disable autoupdate because 2024.7 doesn't have the right assets available contrarily to 2024.6 T_T
This commit is contained in:
parent
499ec6984f
commit
db476b674c
1 changed files with 5 additions and 4 deletions
|
@ -63,11 +63,12 @@ ram.runtime = "50M"
|
|||
in_subdir=false
|
||||
extract=true
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
#autoupdate.strategy = "latest_github_release"
|
||||
|
||||
autoupdate.asset.arm64 = ".*domoticz_linux_aarch64.tgz"
|
||||
autoupdate.asset.amd64 = ".*domoticz_linux_x86_64.tgz"
|
||||
autoupdate.asset.armhf = ".*domoticz_linux_armv7l.tgz"
|
||||
# Temporarily disable autoupdate because 2024.7 doesn't have the right assets available contrarily to 2024.6 T_T
|
||||
#autoupdate.asset.arm64 = ".*domoticz_linux_aarch64.tgz"
|
||||
#autoupdate.asset.amd64 = ".*domoticz_linux_x86_64.tgz"
|
||||
#autoupdate.asset.armhf = ".*domoticz_linux_armv7l.tgz"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue