mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Terminate ARM asset regex x_x
This commit is contained in:
parent
1c0f07201f
commit
79c37d25b1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ ram.runtime = "200M"
|
|||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "kepubify-linux-64bit"
|
||||
autoupdate.asset.i386 = "kepubify-linux-32bit"
|
||||
autoupdate.asset.armhf = "kepubify-linux-arm"
|
||||
autoupdate.asset.armhf = "kepubify-linux-arm$"
|
||||
autoupdate.asset.arm64 = "kepubify-linux-arm64"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue