From 01aa9ee5b46b0be900af3d5a1c1d39e96494d433 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 05:21:56 +0100 Subject: [PATCH] autoupdate.strategy = "latest_github_release" --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index fca0b44..cbe444a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -56,6 +56,11 @@ ram.runtime = "50M" armhf.url = "https://github.com/writefreely/writefreely/releases/download/v0.14.0/writefreely_0.14.0_linux_arm7.tar.gz" armhf.sha256 = "669ca8d388d9ead2530474c2498e3e0ab87d122644be9d525e5d1a3c308c1c9b" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.arm64 = "^writefreely_.*_linux_arm64.tar.gz$" + autoupdate.asset.amd64 = "^writefreely_.*_linux_amd64.tar.gz$" + autoupdate.asset.armhf = "^writefreely_.*_linux_arm7.tar.gz$" + [resources.system_user] [resources.install_dir]