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:
parent
16f1cda2ea
commit
f3ad470754
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue