From be85da78c623e85b296d727fbe2d19638cd11b88 Mon Sep 17 00:00:00 2001 From: zkk <1007518571@qq.com> Date: Fri, 20 Sep 2024 16:04:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96mainsail=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=B8=8D=E5=AF=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moonraker/components/update_manager/zip_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonraker/components/update_manager/zip_deploy.py b/moonraker/components/update_manager/zip_deploy.py index a29d320..87c8ccd 100644 --- a/moonraker/components/update_manager/zip_deploy.py +++ b/moonraker/components/update_manager/zip_deploy.py @@ -138,7 +138,7 @@ class ZipDeploy(AppDeploy): async def _detect_fallback(self) -> bool: # Only used by "web" app types to fallback on the previous version info fallback_defs = { - "CreatBotMainsail": "CreatBotOfficail", + "mainsail": "mainsail-crew", "fluidd": "fluidd-core" } for fname in ("manifest.json", "manifest.webmanifest"):