feat(installer): add DownloadAndExtractStep with SHA256 verify

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mika Kuns
2026-04-15 09:37:04 +02:00
parent 5b4af29420
commit c1e330164e
3 changed files with 228 additions and 0 deletions

View File

@@ -27,4 +27,6 @@ public sealed class InstallContext
// InstallPage
public bool CreateDesktopShortcut { get; set; } = true;
public string? InstalledVersion { get; set; }
}