1
0
Fork 0
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:
Alexandre Aubin 2024-07-31 04:00:46 +02:00 committed by GitHub
parent 499ec6984f
commit db476b674c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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