(src-tauri/tauri.conf.json) remove appimage target from tauri

tauri was overcomplicating this. let's make the appimage independent of
that
This commit is contained in:
Beethoven
2025-08-02 16:44:49 -05:00
parent 849dc26677
commit 1ed29aaa12
+1 -1
View File
@@ -27,7 +27,7 @@
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": ["nsis", "deb", "rpm", "dmg", "appimage"], "targets": ["nsis", "deb", "rpm", "dmg"],
"windows": { "windows": {
"nsis": { "nsis": {
"installMode": "both" "installMode": "both"