Implementing a check for Windows 11 and, if detected, skipping Windows Update via usoclient.exe. It is suggested to install PSWindowsUpdate.

This commit is contained in:
Nils
2024-01-27 23:51:56 +01:00
parent 43a4d321cf
commit e1ef2e4bc5
3 changed files with 23 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ merge = "~0.1"
regex-split = "~0.1"
notify-rust = "~4.10"
wildmatch = "2.3.0"
os_info = "3.7.0"
[package.metadata.generate-rpm]
assets = [{ source = "target/release/topgrade", dest = "/usr/bin/topgrade" }]