diff --git a/UnleashedRecomp/user/paths.cpp b/UnleashedRecomp/user/paths.cpp index 398fb152..13a8588d 100644 --- a/UnleashedRecomp/user/paths.cpp +++ b/UnleashedRecomp/user/paths.cpp @@ -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()