mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
/
This commit is contained in:
parent
e4d145683d
commit
7d4ae6e28b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue