From c52e03d58ae163b242b1a393086de860328b2374 Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 13:59:57 -0400 Subject: [PATCH] undo source removal --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c4864fa..606cbc9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,12 +67,12 @@ ram.runtime = "50M" [resources.sources] - # [resources.sources.main] + [resources.sources.main] # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" # You can also define other assets than "main" and add --source_id="foobar" in the previous command - # url = "https://github.com/motioneye-project/motioneye/archive/dev.tar.gz" - # sha256 = "561f3350a0da8cabd01e82d92c56e146da5bd15712d1dcb647648c9a57d573c6" + url = "https://github.com/motioneye-project/motioneye/archive/dev.tar.gz" + sha256 = "561f3350a0da8cabd01e82d92c56e146da5bd15712d1dcb647648c9a57d573c6" # These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py # to auto-update the previous asset urls and sha256sum + manifest version