From 566cb070a86198c3fc8dd4dd680b9c68b8558a68 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Tue, 17 Dec 2024 01:10:55 -0500 Subject: [PATCH] bundle gstreamer for audio playback --- src-tauri/tauri.conf.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a9b5f5a..3f170fe 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -30,6 +30,20 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ] + ], + "linux": { + "appimage": { + "bundleMediaFramework": true, + "files": {} + }, + "deb": { + "files": {} + }, + "rpm": { + "epoch": 0, + "files": {}, + "release": "1" + } + } } }