Update luna.cpp

This commit is contained in:
恍兮惚兮 2024-04-20 21:31:29 +08:00
parent 9a0c15ee55
commit c5130fb3b8

View File

@ -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 = {};