From 55555f2a038bbe925b4eec925caaa2ebf0a648c4 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Mon, 7 Jul 2025 09:53:17 +0200 Subject: [PATCH] chore: update tauri.conf.json --- src-tauri/tauri.conf.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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",