Skip to content

Commit

Permalink
fix lunar launcher downgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
uchks authored Oct 15, 2023
1 parent a4be421 commit 763dbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcbud.bat
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ if /i "%dg%"=="Yes" (
echo Press any key to continue...
pause >nul

call :DownloadFile "https://unethical.team/lunarclient/Lunar%20Client%20v2.16.1.zip" "LCL.zip"
call :DownloadFile "https://unethicalcdn.com/lunarclient/Lunar%20Client%20v2.16.1.zip" "LCL.zip"

mkdir lcl
tar -xf lcl.zip --directory ./lcl
Expand Down

0 comments on commit 763dbaf

Please sign in to comment.