diff --git a/src-tauri/src/winget.rs b/src-tauri/src/winget.rs index 4e8b498..74a2c04 100644 --- a/src-tauri/src/winget.rs +++ b/src-tauri/src/winget.rs @@ -68,6 +68,7 @@ pub fn ensure_winget_dependencies(handle: &AppHandle) -> Result<(), String> { Install-Module -Name Microsoft.WinGet.Client -Force -AllowClobber -Scope CurrentUser -Confirm:$false winget source update --accept-source-agreements + winget settings --enable LocalManifestFiles "#; let output = Command::new("powershell")