fix: ajustar script web e config tauri
This commit is contained in:
parent
d80712098b
commit
b1bb554e72
2 changed files with 43 additions and 12 deletions
|
|
@ -46,13 +46,15 @@
|
|||
"icons/Raven.png"
|
||||
],
|
||||
"windows": {
|
||||
"webviewInstallMode": "downloadBootstrapper"
|
||||
},
|
||||
"nsis": {
|
||||
"displayLanguageSelector": false,
|
||||
"installerIcon": "icons/icon.ico",
|
||||
"uninstallerIcon": "icons/icon.ico",
|
||||
"languages": ["pt_BR"]
|
||||
"webviewInstallMode": {
|
||||
"type": "downloadBootstrapper",
|
||||
"silent": true
|
||||
},
|
||||
"nsis": {
|
||||
"displayLanguageSelector": false,
|
||||
"installerIcon": "icons/icon.ico",
|
||||
"languages": ["pt_BR"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue