17 lines
274 B
JSON
17 lines
274 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"bundle": {
|
|
"targets": [
|
|
"nsis"
|
|
],
|
|
"windows": {
|
|
"webviewInstallMode": {
|
|
"type": "downloadBootstrapper"
|
|
},
|
|
"nsis": {
|
|
"displayLanguageSelector": true
|
|
}
|
|
}
|
|
}
|
|
}
|