From 8f6df354b80ce00a99c840146b725dcf9519fd12 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 1 Mar 2024 03:31:43 +0100 Subject: [PATCH] break line --- src/utils/resources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/resources.py b/src/utils/resources.py index ac4e2de12..5f16a38fa 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -351,6 +351,7 @@ class SourcesResource(AppResource): It is also possible to define `autoupdate.upstream` to use a different Git repository instead of the code repository from the upstream section of the manifest. This can be useful when, for example, the app uses other assets such as plugin from a different repository. If the upstream project provides non-standard tag or release names, you can fix this, with a regex with a matching group. + For example, if tags look like `release-v4.1`, put: ```toml