fix(desktop): remove instalacao WebView2 para evitar UAC duplo
Windows 10/11 ja possuem WebView2 pre-instalado. Usar "skip" elimina o segundo prompt de UAC durante a instalacao. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
74e64b2dba
commit
aa3c1855b2
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@
|
|||
],
|
||||
"windows": {
|
||||
"webviewInstallMode": {
|
||||
"type": "downloadBootstrapper",
|
||||
"silent": true
|
||||
"type": "skip"
|
||||
},
|
||||
"nsis": {
|
||||
"displayLanguageSelector": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue