mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Fix autoupdater
This commit is contained in:
parent
47a04198ab
commit
0737329b8b
1 changed files with 4 additions and 4 deletions
|
@ -44,10 +44,10 @@ ram.runtime = "50M"
|
|||
i386.sha256 = "60e2f0005f60b01e10feb65941fa2ad6e919cde1d8004eaacca713a4cea0ee7d"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.arm64 = ".*-arm64.tar.gz"
|
||||
autoupdate.asset.amd64 = ".*-amd64.tar.gz"
|
||||
autoupdate.asset.armhf = ".*-arm.tar.gz"
|
||||
autoupdate.asset.i386 = ".*-386.tar.gz"
|
||||
autoupdate.asset.arm64 = ".*-linux-arm64.tar.gz"
|
||||
autoupdate.asset.amd64 = ".*-linux-amd64.tar.gz"
|
||||
autoupdate.asset.armhf = ".*-linux-arm.tar.gz"
|
||||
autoupdate.asset.i386 = ".*-linux-386.tar.gz"
|
||||
|
||||
[resources.ports]
|
||||
main.default = 8096
|
||||
|
|
Loading…
Add table
Reference in a new issue