From 4e7f84593a38b9cd3a360d856614c07f26afd6e1 Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Fri, 13 Feb 2026 13:20:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3api=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=EF=BC=8C=E5=8E=9F=E5=9B=A0=EF=BC=9A=E4=BB=93=E5=BA=93=E6=94=B9?= =?UTF-8?q?=E5=90=8DFig-TreeWalker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installer/ConsoleInstaller/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/ConsoleInstaller/main.py b/Installer/ConsoleInstaller/main.py index 8dda6ec..7601c25 100644 --- a/Installer/ConsoleInstaller/main.py +++ b/Installer/ConsoleInstaller/main.py @@ -42,7 +42,7 @@ def resolveInstallPath(os: int): return default_path[os] def getReleases(): - api_postfix = '/api/v1/repos/PuqiAR/Fig/releases' + api_postfix = '/api/v1/repos/PuqiAR/Fig-TreeWalker/releases' api_url = GITEA_URL + api_postfix rel = requests.get(api_url).text