From 10d5261153fcfaea6ce33096614b3c3798b69195 Mon Sep 17 00:00:00 2001 From: KamFretoZ <14798312+kamfretoz@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:34:22 +0700 Subject: [PATCH] Updater: Clarify the error message when the program being runs directly --- updater/Windows/WindowsUpdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/Windows/WindowsUpdater.cpp b/updater/Windows/WindowsUpdater.cpp index f9885f8353..c7931e66fc 100644 --- a/updater/Windows/WindowsUpdater.cpp +++ b/updater/Windows/WindowsUpdater.cpp @@ -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; }