Browse Source

remove github client

pull/438/head^2
JT 10 months ago
parent
commit
e6c329aafe
  1. 3
      StabilityMatrix.Avalonia/Helpers/WindowsPrerequisiteHelper.cs

3
StabilityMatrix.Avalonia/Helpers/WindowsPrerequisiteHelper.cs

@ -21,7 +21,6 @@ namespace StabilityMatrix.Avalonia.Helpers;
[SupportedOSPlatform("windows")]
public class WindowsPrerequisiteHelper(
IGitHubClient gitHubClient,
IDownloadService downloadService,
ISettingsManager settingsManager,
IPyRunner pyRunner
@ -29,8 +28,6 @@ public class WindowsPrerequisiteHelper(
{
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
private readonly IGitHubClient gitHubClient = gitHubClient;
private const string VcRedistDownloadUrl = "https://aka.ms/vs/16/release/vc_redist.x64.exe";
private const string TkinterDownloadUrl =
"https://cdn.lykos.ai/tkinter-cpython-embedded-3.10.11-win-x64.zip";

Loading…
Cancel
Save