diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cc511c4..6d33f60 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "ezpplauncher", "version": "0.1.0", - "identifier": "farm.ezpp.launcher.app", + "identifier": "farm.ezpp.launcher", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1420", @@ -28,6 +28,20 @@ "bundle": { "active": true, "targets": "all", + "windows": { + "allowDowngrades": true, + "certificateThumbprint": null, + "digestAlgorithm": null, + "nsis": null, + "signCommand": null, + "timestampUrl": null, + "tsp": false, + "webviewInstallMode": { + "silent": true, + "type": "downloadBootstrapper" + }, + "wix": null + }, "icon": [ "icons/32x32.png", "icons/128x128.png",