From 3631c8be49f30f05298fe17326380ec2390570da Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Tue, 22 Jul 2025 00:24:28 -0700 Subject: [PATCH] Forgot to reenable this --- src-tauri/tauri.windows.conf.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index c543fdd..33d9c51 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -29,6 +29,14 @@ } }, "bundle": { - "active": false + "active": true, + "targets": "all", + "icon": [ + "icons/32x32.png", + "icons/128x128.png", + "icons/128x128@2x.png", + "icons/icon.icns", + "icons/icon.ico" + ] } }