- add: automatic version change

This commit is contained in:
2025-05-07 14:55:00 +03:00
parent f3f8df2d3e
commit 64a1a6a9ee
8 changed files with 27 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ public static class ConfigurationStandalone
}
catch (Exception e)
{
Console.WriteLine(e.Message);
}
}

View File

@@ -33,6 +33,7 @@ public static class RestStandalone
}
catch (Exception e)
{
Console.WriteLine(e.Message);
return defaultValue;
}
}

View File

@@ -5,7 +5,7 @@ namespace Nebula.UpdateResolver;
public static class UpdateConVars
{
public static readonly ConVar<string> UpdateCacheUrl =
ConVarBuilder.Build<string>("update.url","https://cinka.ru/nebula-launcher/files/publish/release");
ConVarBuilder.Build<string>("update.url","https://durenko.tatar/nebula/manifest/");
public static readonly ConVar<LauncherManifest> CurrentLauncherManifest =
ConVarBuilder.Build<LauncherManifest>("update.manifest");
}