From 7d4ae6e28bac0ed6739078696408644f3416efad Mon Sep 17 00:00:00 2001 From: Sajid Date: Tue, 28 Jan 2025 17:00:10 +0600 Subject: [PATCH] / --- UnleashedRecomp/user/paths.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()