- new backend links

- self updating
- add open_url lua function with filter
This commit is contained in:
Anonymous-275
2023-07-12 21:30:05 +01:00
parent 58e9fef53f
commit a504114809
10 changed files with 4822 additions and 114 deletions

View File

@@ -48,7 +48,8 @@ void Launcher::LoadConfig(const fs::path& conf) { // check if json (issue)
auto GameProfile = GetProfileRoot();
std::ofstream tml(conf);
if (tml.is_open()) {
tml << "Build = 'Default'\n"
tml << "# Build is the lua build, it can be either default, canary, or public\n"
"Build = 'default'\n"
"CachePath = 'Resources'\n"
"ProfilePath = '"
<< GameProfile.string() << "'";