[nostalgia] Fix for Windows

This commit is contained in:
2022-12-17 13:37:37 -06:00
parent 4077f0bddc
commit d8153e71e1
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ constexpr auto ConfigDir = [] {
case ox::OS::OpenBSD:
return "{}/.config/{}";
case ox::OS::Windows:
return "{}/AppData/Local/{}";
return R"({}/AppData/Local/{})";
case ox::OS::BareMetal:
return "";
}