Updater: Clarify updater error message to point to official site

This commit is contained in:
KamFretoZ 2024-04-21 22:25:02 +07:00 committed by Connor McLaughlin
parent ccd6f91c66
commit a00056599c
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
if (!updater.CommitUpdate()) if (!updater.CommitUpdate())
{ {
progress.ModalError( progress.ModalError(
"Failed to commit update. Your installation may be corrupted, please re-download a fresh version from GitHub."); "Failed to commit update. Your installation may be corrupted, please re-download a fresh version from pcsx2.net.");
return 1; return 1;
} }