kdk_handler.py: Clear out backup KDKs when unused

This commit is contained in:
Mykola Grymalyuk
2023-02-08 14:31:54 -07:00
parent 971a2b0d02
commit c5f72c10ff
2 changed files with 15 additions and 3 deletions

View File

@@ -10,6 +10,8 @@
- Implement Kernel Debug Kit installation during OS installs
- Avoids network requirement for first time installs
- Paired along side AutoPkgInstaller
- Implement Kernel Debug Kit backup system
- Allows for easy restoration of KDKs if OS updates corrupted installed KDKs
- Backend Changes:
- Refactored kdk_handler.py
- Prioritizes KdkSupportPkg repository for downloads