From 4833dee89a237850ef8e18dede799882c18df20c Mon Sep 17 00:00:00 2001 From: haex Date: Sun, 2 Nov 2025 13:52:29 +0100 Subject: [PATCH] Fix bundle targets to build for all platforms --- 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 7511231..aca5877 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -64,7 +64,7 @@ }, "bundle": { "active": true, - "targets": ["deb"], + "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png",