tauri: bring back appimage

thinking-toggle-wip
Brendan Allan 2025-12-14 12:00:10 +08:00 committed by Aiden Cline
parent deaf35707d
commit 72c0af5b6c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
},
"bundle": {
"active": true,
"targets": ["deb", "rpm", "dmg", "nsis"],
"targets": ["deb", "rpm", "dmg", "nsis", "appimage"],
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
"externalBin": ["sidecars/opencode"],
"createUpdaterArtifacts": true,