From f3ad47075430e21ddd09af1b7e0588044ce9afa3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 11 Jun 2023 18:50:56 +0200 Subject: [PATCH] Fix autoupdater syntax --- manifest.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index d33b272..eed857b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,9 +55,10 @@ ram.runtime = "150M" autoupdate.strategy = "latest_github_release" - autoupdate.asset.arm64 = "*-arm64.zip" - autoupdate.asset.amd64 = "*-linux.zip" - autoupdate.asset.armhf = "*-armv7.zip" + autoupdate.asset.arm64 = ".*-arm64.zip" + autoupdate.asset.amd64 = ".*-linux.zip" + autoupdate.asset.armhf = ".*-armv7.zip" + [resources.system_user] [resources.install_dir] @@ -66,4 +67,4 @@ ram.runtime = "150M" main.url = "/" [resources.ports] - main.default = 8091 \ No newline at end of file + main.default = 8091