Move mods to config dir & updates for macOS

This commit is contained in:
Luke Street
2026-04-24 09:52:04 -06:00
parent b7f9bc91b4
commit e25a1f3ef6
6 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ public:
private:
std::vector<LoadedMod> m_mods;
std::filesystem::path m_modsDir = "mods";
std::filesystem::path m_modsDir;
bool m_initialized = false;
void tryLoadDusk(const std::filesystem::path& modPath);