diff --git a/src/utils/resources.py b/src/utils/resources.py index ce2454efe..ea6d6bb40 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -154,7 +154,7 @@ class AppResource: app_upstream_version = manager.wanted["version"].split("~")[0] elif maanger and manager.current and "version" in manager.current: app_upstream_version = manager.current["version"].split("~")[0] - + replacements: dict[str, str] = { "__APP__": self.app, "__YNH_ARCH__": system_arch(),