Fixed mini mistakes
This commit is contained in:
parent
eb5d29af89
commit
70e86fa36b
@ -22,12 +22,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<TrimmerRootDescriptor Include="Roots.xml" />
|
<TrimmerRootDescriptor Include="Roots.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<Compile Remove="wwwroot\**" />
|
|
||||||
<None Update="wwwroot\**">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BrikPackager" Version="0.0.1" GeneratePathProperty="true" />
|
<PackageReference Include="BrikPackager" Version="0.0.1" GeneratePathProperty="true" />
|
||||||
<PackageReference Include="Photino.NET" Version="4.0.16" />
|
<PackageReference Include="Photino.NET" Version="4.0.16" />
|
||||||
|
|||||||
@ -6,7 +6,7 @@ namespace Lentia.Core.Constants {
|
|||||||
public static class Urls {
|
public static class Urls {
|
||||||
public const string MojangManifest = "https://launchermeta.mojang.com/mc/game/version_manifest_v2.json";
|
public const string MojangManifest = "https://launchermeta.mojang.com/mc/game/version_manifest_v2.json";
|
||||||
public const string YggdrasilServer = "https://yggdrasil.azures.fr/";
|
public const string YggdrasilServer = "https://yggdrasil.azures.fr/";
|
||||||
public const string MojangAuthServer = YggdrasilServer + "/authserver";
|
public const string MojangAuthServer = YggdrasilServer + "authserver";
|
||||||
|
|
||||||
public const string ApiUrl = "https://lentia-api.azures.fr";
|
public const string ApiUrl = "https://lentia-api.azures.fr";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user