mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
Update manifest.toml
Fix regex for arm autoupdate asset
This commit is contained in:
parent
e48ac95f86
commit
9f9d828d7f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^shiori_Linux_x86_64_.*.tar.gz$"
|
||||
autoupdate.asset.arm64 = "^shiori_Linux_aarch64_.*.tar.gz$"
|
||||
autoupdate.asset.armhf = "^shiori_Linux_arm.tar_.*.gz$"
|
||||
autoupdate.asset.armhf = "^shiori_Linux_arm_.*.tar.gz$"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue