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:
esdrasrenan 2025-12-13 21:36:44 -03:00
parent 74e64b2dba
commit aa3c1855b2

View file

@ -52,8 +52,7 @@
],
"windows": {
"webviewInstallMode": {
"type": "downloadBootstrapper",
"silent": true
"type": "skip"
},
"nsis": {
"displayLanguageSelector": true,