From 0b99740d64f223514eef9b6c9625629c80cc6e48 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Tue, 13 Feb 2024 13:10:52 +0100 Subject: [PATCH] feat(appimage): bundle media framework Part-of: --- front/tauri/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/tauri/tauri.conf.json b/front/tauri/tauri.conf.json index b5fa90161..ef3861aa1 100644 --- a/front/tauri/tauri.conf.json +++ b/front/tauri/tauri.conf.json @@ -39,6 +39,9 @@ "linux": { "deb": { "depends": [] + }, + "appimage": { + "bundleMediaFramework": true } }, "longDescription": "",