From e9e4ad5536db84b1646e9d730b695161fe15c48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:25:44 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index ce4864a..e18d781 100644 --- a/manifest.toml +++ b/manifest.toml @@ -36,6 +36,14 @@ ram.runtime = "50M" [resources] + [resources.sources] + [resources.sources.main] + url = "https://github.com/spikecodes/libreddit/releases/download/v0.30.0/libreddit" + sha256 = "46f7424d963af88428c7863010c8a20d6c5791b6425495abe6439a4838d65427" + extract = false + in_subdir = false + rename = "libreddit" + [resources.system_user] [resources.install_dir] @@ -44,11 +52,3 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - -[resources.sources] - [resources.sources.main] - url = "https://github.com/spikecodes/libreddit/releases/download/v0.30.0/libreddit" - sha256 = "46f7424d963af88428c7863010c8a20d6c5791b6425495abe6439a4838d65427" - extract = false - in_subdir = false - rename = "libreddit"