chore: update tauri.conf.json

This commit is contained in:
HorizonCode 2025-07-07 09:53:17 +02:00
parent 15eb9424d4
commit 55555f2a03

View File

@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "ezpplauncher", "productName": "ezpplauncher",
"version": "0.1.0", "version": "0.1.0",
"identifier": "farm.ezpp.launcher.app", "identifier": "farm.ezpp.launcher",
"build": { "build": {
"beforeDevCommand": "bun run dev", "beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",
@ -28,6 +28,20 @@
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "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": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",