mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -63,7 +63,7 @@ namespace ArchiSteamFarm {
|
|||||||
throw new InvalidOperationException(nameof(ASF.WebBrowser));
|
throw new InvalidOperationException(nameof(ASF.WebBrowser));
|
||||||
}
|
}
|
||||||
|
|
||||||
string url = SharedInfo.GithubWikiURL + "/" + page + (!string.IsNullOrEmpty(revision) ? "/" + revision : "");
|
string url = SharedInfo.ProjectURL + "/wiki/" + page + (!string.IsNullOrEmpty(revision) ? "/" + revision : "");
|
||||||
|
|
||||||
using WebBrowser.HtmlDocumentResponse? response = await ASF.WebBrowser.UrlGetToHtmlDocument(url).ConfigureAwait(false);
|
using WebBrowser.HtmlDocumentResponse? response = await ASF.WebBrowser.UrlGetToHtmlDocument(url).ConfigureAwait(false);
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ namespace ArchiSteamFarm {
|
|||||||
internal const string EnvironmentVariablePath = ASF + "_PATH";
|
internal const string EnvironmentVariablePath = ASF + "_PATH";
|
||||||
internal const string GithubReleaseURL = "https://api.github.com/repos/" + GithubRepo + "/releases";
|
internal const string GithubReleaseURL = "https://api.github.com/repos/" + GithubRepo + "/releases";
|
||||||
internal const string GithubRepo = "JustArchiNET/" + AssemblyName;
|
internal const string GithubRepo = "JustArchiNET/" + AssemblyName;
|
||||||
internal const string GithubWikiURL = "https://github.com/" + GithubRepo + "/wiki";
|
|
||||||
internal const string GlobalConfigFileName = ASF + JsonConfigExtension;
|
internal const string GlobalConfigFileName = ASF + JsonConfigExtension;
|
||||||
internal const string GlobalDatabaseFileName = ASF + DatabaseExtension;
|
internal const string GlobalDatabaseFileName = ASF + DatabaseExtension;
|
||||||
internal const string IPCConfigExtension = ".config";
|
internal const string IPCConfigExtension = ".config";
|
||||||
|
|||||||
Reference in New Issue
Block a user