Skip to content

Commit

Permalink
remove tool.appetizer since the mirror proxy closed
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed May 16, 2024
1 parent 465869d commit b616c36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tidevice/_imagemounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def _get_developer_image_url_list(version: str) -> typing.List[str]:

zip_name = f"{version}.zip"
origin_url = f"https://github.com/{github_repo}/raw/master/iOSDeviceSupport/{zip_name}"
mirror_url = origin_url.replace("https://github.com", "https://tool.appetizer.io")
return (mirror_url, origin_url)
return (origin_url,)

def cache_developer_image(version: str) -> str:
"""
Expand Down

0 comments on commit b616c36

Please sign in to comment.