(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:
parent
849dc26677
commit
1ed29aaa12
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": ["nsis", "deb", "rpm", "dmg", "appimage"],
|
||||
"targets": ["nsis", "deb", "rpm", "dmg"],
|
||||
"windows": {
|
||||
"nsis": {
|
||||
"installMode": "both"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue