mirror of https://github.com/PCSX2/pcsx2.git
Updater: Clarify updater error message to point to official site
This commit is contained in:
parent
ccd6f91c66
commit
a00056599c
|
@ -488,7 +488,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
|
|||
if (!updater.CommitUpdate())
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue