1
0
Fork 0
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:
Salamandar 2024-02-24 22:18:15 +01:00
parent 55aea63edd
commit 063beb5559

View file

@ -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"