small fix for windows

This commit is contained in:
2025-07-13 15:36:19 +08:00
parent 85b48a9eef
commit af3cb3488a

View File

@@ -78,7 +78,8 @@ terminal_is_cmd()
std::string_view path(exe_path);
if (path.ends_with("\\WindowsTerminal.exe")
|| path.ends_with("\\ConEmuC64.exe")
|| path.ends_with("\\ConEmuC.exe"))
|| path.ends_with("\\ConEmuC.exe")
|| path.ends_with("\\wezterm-gui.exe"))
{
return false;
}