mirror of
https://github.com/YunoHost-Apps/gancio_ynh.git
synced 2024-09-03 20:36:19 +02:00
Update manifest.toml: fix autoupdater regex
This commit is contained in:
parent
72d2702575
commit
353775d4aa
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ ram.runtime = "50M"
|
||||||
sha256 = "34090ca1a132f983529fb7582dae9d9f707256c005721933c90ad1386fe238f0"
|
sha256 = "34090ca1a132f983529fb7582dae9d9f707256c005721933c90ad1386fe238f0"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_gitlab_release"
|
autoupdate.strategy = "latest_gitlab_release"
|
||||||
autoupdate.asset = "^gancio.tgz$"
|
autoupdate.asset = "^gancio.*.tgz$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue