exe and sh download java link update (#1903)

* Update main.cpp

* exe and sh download java link update

* fix
This commit is contained in:
zkitefly
2022-12-06 13:33:00 +08:00
committed by GitHub
parent e0c97da9fd
commit a3eaccb45b
2 changed files with 14 additions and 14 deletions

View File

@@ -156,11 +156,11 @@ error:
if (isWin7OrLater) {
if (isARM64) {
downloadLink = L"https://docs.hmcl.net/downloads/windows-aarch64.html";
downloadLink = L"https://docs.hmcl.net/downloads/windows/arm64.html";
} if (isX64) {
downloadLink = L"https://docs.hmcl.net/downloads/windows-x64.html";
downloadLink = L"https://docs.hmcl.net/downloads/windows/x86_64.html";
} else {
downloadLink = L"https://docs.hmcl.net/downloads/windows-i586.html";
downloadLink = L"https://docs.hmcl.net/downloads/windows/x86.html";
}
} else {
downloadLink = L"https://docs.hmcl.net/downloads/java.html";