enable local manifest

This commit is contained in:
Julian Freeman
2026-03-31 13:37:23 -04:00
parent d775e049d6
commit 6dde1ea9a7

View File

@@ -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")