Skip to content

Commit

Permalink
Merge pull request #720 from Starry-Wind/main-beta
Browse files Browse the repository at this point in the history
Main beta
  • Loading branch information
Night-stars-1 authored Oct 3, 2023
2 parents 19d740a + 14859b4 commit 67be596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 67be596

Please sign in to comment.