1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00

Fix autoupdater²

This commit is contained in:
Tagada 2023-08-03 20:34:37 +02:00 committed by GitHub
parent 4daa2b8bd9
commit 401b117b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,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_armv7.tar.gz$"
autoupdate.asset.armhf = "^shiori_Linux_arm.tar.gz$"
[resources.ports]