trying the windows config to bundle webview2loader.dll automatically. im not sure if this works
All checks were successful
Build Tauri App (Linux + Windows exe) / build (push) Successful in 12m26s

This commit is contained in:
2025-08-29 01:30:39 +02:00
parent ff05ffbb5e
commit 120bddba62

View File

@@ -26,6 +26,20 @@
"icon": [
"icons/icon.ico",
"icons/icon.png"
]
],
"windows": {
"allowDowngrades": true,
"certificateThumbprint": null,
"digestAlgorithm": null,
"nsis": null,
"signCommand": null,
"timestampUrl": null,
"tsp": false,
"webviewInstallMode": {
"silent": true,
"type": "downloadBootstrapper"
},
"wix": null
}
}
}