From 44a5f42d901abbb282210419529d0e01302b1bed Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 20:40:02 +0800 Subject: feat: add Wayland compatibility fixes for AppImage and setup appimagetool for Ubuntu --- src-tauri/tauri.conf.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src-tauri/tauri.conf.json') diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8706614..beba8d3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -33,6 +33,11 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ] + ], + "linux": { + "appimage": { + "bundleMediaFramework": false + } + } } } \ No newline at end of file -- cgit v1.2.3-70-g09d2