From f296953fef7def59fdbaf8cfe3acd095561a386a Mon Sep 17 00:00:00 2001 From: Night-stars-1 Date: Tue, 3 Oct 2023 18:52:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B9=E7=9B=AE=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E6=9C=AA=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/update_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update_file.py b/utils/update_file.py index ea123a99..1eb67739 100644 --- a/utils/update_file.py +++ b/utils/update_file.py @@ -138,7 +138,7 @@ async def upsra(self, git_proxy = sra_config_obj.github_proxy islatest, version, local_version = await self.is_sra_latest(type, version) if not islatest: - dl_url = f"{git_proxy}https://github.com/{self.github_source}/StarRailAssistant/archive/refs/tags/{version}.zip" + dl_url = f"{git_proxy}https://github.com/Starry-Wind/StarRailAssistant/archive/refs/tags/{version}.zip" tmp_zip = Path() / tmp_dir / f"{type}.zip" zip_path = f"StarRailAssistant-{version.replace('v','')}/" await self.copy_files(Path(), Path() / "StarRailAssistant_backup", ["utils", "picture", "map", "config.json", "get_width.py", "Honkai_Star_Rail.py", "gui.py"])