(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

View File

@@ -27,7 +27,7 @@
},
"bundle": {
"active": true,
"targets": ["nsis", "deb", "rpm", "dmg", "appimage"],
"targets": ["nsis", "deb", "rpm", "dmg"],
"windows": {
"nsis": {
"installMode": "both"