Update main.cpp

This commit is contained in:
parhelia512 2025-03-23 21:18:44 +08:00 committed by Mahdi
parent fbbc5886a9
commit b207dacd20

View File

@ -72,7 +72,7 @@ int main(int argc, char* argv[]) {
#ifdef Q_OS_WIN
if (!checkVCRedist())
{
QMessageBox::critical(nullptr, "Cannot run Nekoray", "You need to install VC 2022 Redistributable.<br>Download it from <a href='https://aka.ms/vs/17/release/vc_redist.x64.exe'>here</a>".);
QMessageBox::critical(nullptr, "Cannot run Nekoray", "You need to install VC 2022 Redistributable.<br>Download it from <a href='https://aka.ms/vs/17/release/vc_redist.x64.exe'>here</a>.");
return 1;
}
#endif