From b0ec413d5b754161a4c8735369e36d2fd365d0e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 24 Feb 2024 19:45:53 +0100 Subject: [PATCH] Fix autoupdate --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a9957ee..d30c626 100644 --- a/manifest.toml +++ b/manifest.toml @@ -113,9 +113,9 @@ armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.5/mautr armhf.sha256 = "b5866bc24efd98f24dbe3b834489f86d976b0bb3da49883c5622cf34cdf20562" autoupdate.strategy = "latest_github_release" -autoupdate.asset.amd64 = "mautrix-whatsapp-amd64" -autoupdate.asset.arm64 = "mautrix-whatsapp-arm64" -autoupdate.asset.armhf = "mautrix-whatsapp-arm" +autoupdate.asset.amd64 = "^mautrix-whatsapp-amd64$" +autoupdate.asset.arm64 = "^mautrix-whatsapp-arm64$" +autoupdate.asset.armhf = "^mautrix-whatsapp-arm$" [resources.apt] packages = "g++, postgresql, ffmpeg"