From 469dbbe262ee8b3ef7c9ae6971927134c8150879 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 17 Feb 2024 19:29:32 +0100 Subject: [PATCH] Add autoupdate.asset --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1cb63fc..fccce8d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,8 +55,12 @@ ram.runtime = "20M" amd64.sha256 = "d7c71df5b0df5962e54a6df1796bfdb21dfc7696d4cbd072b95692b00606c44d" arm64.url = "https://github.com/everywall/ladder/releases/download/v0.0.21/ladder_linux_arm64.tar.gz" arm64.sha256 = "fc512e8aebb2459d13b97daf1d6ec3b1a7dfb32b24a60c5e1e0d2f804219b11a" - autoupdate.strategy = "latest_github_release" in_subdir = false + + autoupdate.strategy = "latest_github_release" + autoupdate.asset.i386 = "^ladder_linux_386.tar.gz$" + autoupdate.asset.amd64 = "^ladder_linux_amd64.tar.gz$" + autoupdate.asset.arm64 = "^ladder_linux_arm64.tar.gz$" [resources.system_user]