Update paths.h

This commit is contained in:
Darío 2024-12-19 17:31:38 -03:00 committed by GitHub
parent c7d371186b
commit 14d5a33a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ inline std::filesystem::path GetGamePath()
inline std::filesystem::path GetUserPath()
{
if (std::filesystem::exists(GAME_INSTALL_DIRECTORY "portable.txt"))
if (std::filesystem::exists(GAME_INSTALL_DIRECTORY "/portable.txt"))
return GAME_INSTALL_DIRECTORY;
std::filesystem::path userPath;