From 99a2ff30320e80b66814a85633cfcae8d81204b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 26 Feb 2024 15:22:15 +0100 Subject: [PATCH] fix install, autoupdate --- manifest.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4be5844..db583cc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -74,10 +74,14 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen default = "local" [resources] - [resources.sources.main] - url = "https://github.com/mautrix/facebook/archive/v0.5.1.tar.gz" - sha256 = "28fa1367c1108554e155b9b061adb6023fbde949b836db640bd74f5e88bf6249" + [resources.sources.main] + url = "https://github.com/mautrix/facebook/archive/v0.5.1.tar.gz" + sha256 = "28fa1367c1108554e155b9b061adb6023fbde949b836db640bd74f5e88bf6249" + extract = false + rename = "mautrix-facebook.tar.gz" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "tarball" [resources.system_user]