1
0
Fork 0
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:
Alexandre Aubin 2024-05-13 18:51:40 +02:00 committed by GitHub
parent 72d2702575
commit 353775d4aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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