Build CEF Linux as experimental AppImage

This commit is contained in:
Gregory Schier
2026-07-03 15:15:04 -07:00
parent cc05fec59d
commit 23bac3cff5
4 changed files with 75 additions and 7 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ crate-type = ["staticlib", "cdylib", "lib"]
[features]
cargo-clippy = []
default = []
cef = ["tauri/cef"]
wry = ["tauri/wry", "tauri/x11", "tauri/dbus"]
cef = ["tauri/cef", "tauri-plugin-dialog/xdg-portal"]
wry = ["tauri/wry", "tauri/x11", "tauri/dbus", "tauri-plugin-dialog/gtk3"]
updater = []
license = ["yaak-license"]