Move configs to %appdata%/MaSzyna

This commit is contained in:
2025-11-06 18:31:17 +01:00
parent 1797990d58
commit 67d8c18088
5 changed files with 5 additions and 5 deletions

View File

@@ -907,7 +907,7 @@ eu07_application::init_settings( int Argc, char *Argv[] ) {
#ifdef _WIN32
if (const char *appdata = std::getenv("APPDATA"))
{
iniPath = fs::path(appdata) / "MaSzyna" / "Config" / "eu07.ini";
iniPath = fs::path(appdata) / "MaSzyna" / "eu07.ini";
}
#else
if (const char *home = std::getenv("HOME"))