mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-02-24 06:21:58 +00:00
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…
x
Reference in New Issue
Block a user