Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev authored Aug 27, 2024
1 parent dc71970 commit bb7b72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liteloaderbds-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def install_runtime():

def install_lip():
print("开始下载Lip")
download("https://github.com/futrime/lip/releases/download/v0.23.2/lip-windows-amd64-setup.exe", "lip-install.exe")
download("https://cloud.wujiyan.cc/f/06BSk/lip-windows-amd64-setup.exe", "lip-install.exe")
print("下载完成")
print("开始安装Lip")
subprocess.run(["lip-install.exe", "/S"], stdout=subprocess.PIPE, stderr=sys.stderr, check=True)
Expand Down

0 comments on commit bb7b72d

Please sign in to comment.