mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Merge pull request #143 from YunoHost-Apps/orhtej2-patch-1
Fix autoupdate strategy.
This commit is contained in:
commit
d20dd51f30
7 changed files with 10 additions and 6 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Calibre-web for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/calibreweb)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/calibreweb/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=calibreweb)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ No se debe editar a mano.
|
|||
|
||||
# Calibre-web para Yunohost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/calibreweb)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/calibreweb/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=calibreweb)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EZ editatu eskuz.
|
|||
|
||||
# Calibre-web YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/calibreweb)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/calibreweb/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=calibreweb)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
# Calibre-web pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/calibreweb)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/calibreweb/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=calibreweb)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ NON debe editarse manualmente.
|
|||
|
||||
# Calibre-web para YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/calibreweb)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/calibreweb/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=calibreweb)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# YunoHost 上的 Calibre-web
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/calibreweb)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/calibreweb/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=calibreweb)
|
||||
|
||||
|
|
|
@ -89,6 +89,10 @@ ram.runtime = "200M"
|
|||
|
||||
autoupdate.upstream = "https://github.com/pgaskin/kepubify"
|
||||
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.arm64 = "kepubify-linux-arm64"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue