Skip to content

Commit

Permalink
Updater: Clarify updater error message to point to official site
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Apr 21, 2024
1 parent eb47b05 commit 5b1a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/Windows/WindowsUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5b1a8ab

Please sign in to comment.