file got renamed

This commit is contained in:
Mikhail Tyukin
2025-03-27 16:56:38 -04:00
parent 3d3c32007c
commit 0e4ca4320b

View File

@@ -61,7 +61,7 @@ namespace ServerSelector
}
string launcherCertList = launcherPath + "/intl_service/cacert.pem";
string gameCertList = gamePath + "/nikke_Data/Plugins/x86_64/cacert.pem";
string gameCertList = gamePath + "/nikke_Data/Plugins/x86_64/intl_cacert.pem";
if (File.Exists(launcherCertList))
{
@@ -148,7 +148,7 @@ namespace ServerSelector
var CAcert = await File.ReadAllTextAsync(AppDomain.CurrentDomain.BaseDirectory + "myCA.pem");
string launcherCertList = launcherPath + "/intl_service/cacert.pem";
string gameCertList = gamePath + "/nikke_Data/Plugins/x86_64/cacert.pem";
string gameCertList = gamePath + "/nikke_Data/Plugins/x86_64/intl_cacert.pem";
bool supported = true;
if (OperatingSystem.IsLinux())