1
0
Fork 0
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:
CodeShakingSheep 2024-06-27 17:11:03 -05:00 committed by GitHub
parent e48ac95f86
commit 9f9d828d7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ ram.runtime = "50M"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^shiori_Linux_x86_64_.*.tar.gz$" autoupdate.asset.amd64 = "^shiori_Linux_x86_64_.*.tar.gz$"
autoupdate.asset.arm64 = "^shiori_Linux_aarch64_.*.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] [resources.ports]