diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d2202fc..86df0a8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -31,6 +31,19 @@ "bundle": { "active": true, "targets": "all", + "windows": { + "allowDowngrades": false, + "certificateThumbprint": null, + "digestAlgorithm": null, + "nsis": null, + "signCommand": null, + "timestampUrl": null, + "tsp": false, + "webviewInstallMode": { + "type": "skip" + }, + "wix": null + }, "icon": [ "icons/32x32.png", "icons/128x128.png",