mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Fix autoupdate by using dummy tarballs
This commit is contained in:
parent
55aea63edd
commit
063beb5559
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ ram.runtime = "50M"
|
|||
format = "zip"
|
||||
autoupdate.upstream = "https://github.com/go-vikunja/api"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.asset.amd64 = "tarball"
|
||||
autoupdate.asset.i386 = "tarball"
|
||||
autoupdate.asset.arm64 = "tarball"
|
||||
autoupdate.asset.armhf = "tarball"
|
||||
|
||||
[resources.sources.front]
|
||||
url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.22.1.zip"
|
||||
|
|
Loading…
Add table
Reference in a new issue