mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
Merge branch 'testing' into pr/45
This commit is contained in:
commit
ba09b95731
7 changed files with 10 additions and 9 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Shiori for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/shiori)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/shiori/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=shiori)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ No se debe editar a mano.
|
|||
|
||||
# Shiori para Yunohost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/shiori)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/shiori/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=shiori)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EZ editatu eskuz.
|
|||
|
||||
# Shiori YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/shiori)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/shiori/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=shiori)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
# Shiori pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/shiori)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/shiori/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=shiori)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ NON debe editarse manualmente.
|
|||
|
||||
# Shiori para YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/shiori)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/shiori/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=shiori)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# YunoHost 上的 Shiori
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/shiori)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/shiori/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=shiori)
|
||||
|
||||
|
|
|
@ -53,9 +53,10 @@ ram.runtime = "50M"
|
|||
armhf.sha256 = "a952540a9deba17ad2b89a582280086f11c4c8273e6e1a9bab529f02ea6de31b"
|
||||
in_subdir = false
|
||||
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.amd64 = "^shiori_Linux_x86_64_.*\\.tar\\.gz$"
|
||||
autoupdate.asset.arm64 = "^shiori_Linux_aarch64_.*\\.tar\\.gz$"
|
||||
autoupdate.asset.armhf = "^shiori_Linux_arm_.*\\.tar\\.gz$"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue