From fa148035e3688f42836591f7b48982271298761a Mon Sep 17 00:00:00 2001 From: zheka Date: Tue, 9 Jun 2026 23:17:26 +0300 Subject: [PATCH] fix PipeWire issue in AppImage --- RustApp/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RustApp/Cargo.toml b/RustApp/Cargo.toml index 2e2e10ef..6255a155 100644 --- a/RustApp/Cargo.toml +++ b/RustApp/Cargo.toml @@ -31,6 +31,9 @@ installer_mode = "both" entitlements = "res/macos/entitlements.plist" info_plist_path = "res/macos/Info.plist" +[package.metadata.packager.appimage] +excluded_libraries = ["libpipewire*"] + [lints.rust] dead_code = "allow" unexpected_cfgs = { level = "warn", check-cfg = [