From 6298d94c35d9c49b36243acbddbd615082071871 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 24 Jun 2025 01:21:22 +1000 Subject: [PATCH] Add icon.ico to tauri.conf.json Required for Windows bundle build --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 92c55e9..5f371f6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -25,7 +25,8 @@ "active": true, "targets": "all", "icon": [ - "icons/icon.png" + "icons/icon.png", + "icons/icon.ico" ], "resources": { "../libdrcr/plugins/": "plugins/",