From 1ed29aaa1208b35712ffe2e083004bf4bb0b91c5 Mon Sep 17 00:00:00 2001 From: Beethoven Date: Sat, 2 Aug 2025 16:44:49 -0500 Subject: [PATCH] (src-tauri/tauri.conf.json) remove appimage target from tauri tauri was overcomplicating this. let's make the appimage independent of that --- 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 d03f9ea..4408b75 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -27,7 +27,7 @@ }, "bundle": { "active": true, - "targets": ["nsis", "deb", "rpm", "dmg", "appimage"], + "targets": ["nsis", "deb", "rpm", "dmg"], "windows": { "nsis": { "installMode": "both"