From c5130fb3b8c76442edaf89ce33b9859ba176a4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:31:29 +0800 Subject: [PATCH] Update luna.cpp --- plugins/exec/luna.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/exec/luna.cpp b/plugins/exec/luna.cpp index c21d7668..89d5892f 100644 --- a/plugins/exec/luna.cpp +++ b/plugins/exec/luna.cpp @@ -12,7 +12,7 @@ int main() auto exe = currpath + L".\\LunaTranslator\\LunaTranslator_main.exe"; if (!std::filesystem::exists(exe)) { - MessageBoxW(0, exe.c_str(), L"Error", 0); + MessageBoxW(0, (L"Can't find LunaTranslator\\LunaTranslator_main.exe, please download again."), L"Error", 0); return 0; } STARTUPINFO _1 = {};