From 9f9d828d7fd2ddc6ed040ab1af3901c4e091481c Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:11:03 -0500 Subject: [PATCH] Update manifest.toml Fix regex for arm autoupdate asset --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index be8d360..ddf6fc3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,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_arm.tar_.*.gz$" + autoupdate.asset.armhf = "^shiori_Linux_arm_.*.tar.gz$" [resources.ports]