mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
manifest: fix autoupdate regex syntax
This commit is contained in:
parent
e07a2cf3fd
commit
8cfeffe08c
1 changed files with 4 additions and 4 deletions
|
@ -67,10 +67,10 @@ ram.runtime = "350M"
|
|||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
autoupdate.asset.arm64 = "*-arm64.tgz"
|
||||
autoupdate.asset.amd64 = "*-x86_64.tgz"
|
||||
autoupdate.asset.armhf = "*-armhf.tgz"
|
||||
autoupdate.asset.i386 = "*-x86.tgz"
|
||||
autoupdate.asset.arm64 = ".*-arm64.tgz"
|
||||
autoupdate.asset.amd64 = ".*-x86_64.tgz"
|
||||
autoupdate.asset.armhf = ".*-armhf.tgz"
|
||||
autoupdate.asset.i386 = ".*-x86.tgz"
|
||||
|
||||
[resources.ports]
|
||||
main.default = 9001
|
||||
|
|
Loading…
Add table
Reference in a new issue