add automatic driver installing

This commit is contained in:
Jakob 2023-08-29 14:37:36 +02:00
parent 8f26383166
commit 15202c9dfd
13 changed files with 331 additions and 16 deletions

View file

@ -28,6 +28,7 @@ namespace EnvyUpdate
textBoxLicFody.Text = Properties.Licenses.Fody;
textBoxLicCostura.Text = Properties.Licenses.CosturaFody;
textBoxLicResourceembedder.Text = Properties.Licenses.ResourceEmbedder;
textBoxLic7z.Text = Properties.Licenses.SevenZipExtractor;
textBoxLicWindowscommunitytoolkit.Text = Properties.Licenses.WindowsCommunityToolkit;
textBoxLicWpfui.Text = Properties.Licenses.wpfui;
}