Updater: Clarify the error message when the program being runs directly

This commit is contained in:
KamFretoZ 2023-06-21 13:34:22 +07:00 committed by refractionpcsx2
parent 3278856764
commit 10d5261153
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
if (argc != 5)
{
progress.ModalError("Expected 4 arguments: parent process id, output directory, update zip, program to "
"launch.\n\nThis program is not intended to be run manually, please use the Qt frontend and "
"launch.\n\nThis program is not intended to be run manually, please use the main PCSX2 application and "
"click Help->Check for Updates.");
return 1;
}