From 6d11f3e8debf9e0bba0e2b6441308fcb303e80ca Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Tue, 26 Aug 2025 22:33:51 +0000 Subject: [PATCH] Update src-tauri/tauri.conf.json --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 38a42d0..cda7526 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -22,7 +22,7 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": ["deb", "rpm", "exe"], "icon": [ "icons/icon.ico", "icons/icon.png"