Fix/winget (#670)

* cargo update

* Remove the check for 'winget_enable' set to 'true'. On my Windows 10 and 11 machines, there are no issues with Winget anymore. As far as I remember, it was disabled by default because it was buggy back then.

* remove print_warning

* Revert "cargo update"

This reverts commit 5f4e532bc1.

* Removed the `enable_winget = true` configuration as winget is now enabled by default.

* Removed the #[cfg(windows)] flag.

* Revised as Recommended

* Wrapping at 80
This commit is contained in:
Nils
2024-02-03 02:09:47 +01:00
committed by GitHub
parent 3c970063a9
commit 7007e76ab5
4 changed files with 5 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
# Configutation
1. The `enable_winget` configuration entry in the `windows` section has been
removed because it will not cause any issues and will be enabled by default.