mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
Update luna.cpp
This commit is contained in:
parent
9a0c15ee55
commit
c5130fb3b8
@ -12,7 +12,7 @@ int main()
|
|||||||
auto exe = currpath + L".\\LunaTranslator\\LunaTranslator_main.exe";
|
auto exe = currpath + L".\\LunaTranslator\\LunaTranslator_main.exe";
|
||||||
if (!std::filesystem::exists(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;
|
return 0;
|
||||||
}
|
}
|
||||||
STARTUPINFO _1 = {};
|
STARTUPINFO _1 = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user