|
|
|
@ -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"; |
|
|
|
|