diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0cc983e..e8d7b26 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -32,6 +32,11 @@ "bundle": { "active": true, "targets": "all", + "linux": { + "appimage": { + "bundleMediaFramework": true + } + }, "resources": [ "resources/DLC" ],