1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00

Fix autoupdater syntax

This commit is contained in:
Alexandre Aubin 2023-06-11 18:50:56 +02:00
parent 16f1cda2ea
commit f3ad470754

View file

@ -55,9 +55,10 @@ ram.runtime = "150M"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "*-arm64.zip" autoupdate.asset.arm64 = ".*-arm64.zip"
autoupdate.asset.amd64 = "*-linux.zip" autoupdate.asset.amd64 = ".*-linux.zip"
autoupdate.asset.armhf = "*-armv7.zip" autoupdate.asset.armhf = ".*-armv7.zip"
[resources.system_user] [resources.system_user]
[resources.install_dir] [resources.install_dir]
@ -66,4 +67,4 @@ ram.runtime = "150M"
main.url = "/" main.url = "/"
[resources.ports] [resources.ports]
main.default = 8091 main.default = 8091