This commit is contained in:
Sajid 2025-01-28 17:00:10 +06:00
parent e4d145683d
commit 7d4ae6e28b

View file

@ -6,7 +6,7 @@ std::filesystem::path g_userPath = BuildUserPath();
bool CheckPortable()
{
return std::filesystem::exists(g_executableRoot / "/portable.txt");
return std::filesystem::exists(g_executableRoot / "portable.txt");
}
std::filesystem::path BuildUserPath()