mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
fix autoupdate regex
This commit is contained in:
parent
8ad0abc0cc
commit
ebdf2ee239
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ram.runtime = "50M"
|
||||||
sha256 = "5af13d7508254f5cf96d0f09db1e3dcffe9252c2f8e9b9678298e4b6fb155d04"
|
sha256 = "5af13d7508254f5cf96d0f09db1e3dcffe9252c2f8e9b9678298e4b6fb155d04"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = ".*.zip"
|
autoupdate.asset = "^FireflyIII-v.*.zip$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue