From 03bc6d7cb4c55e7249bbd4dffc5de99ec70878db Mon Sep 17 00:00:00 2001 From: tytan652 Date: Sun, 20 Oct 2024 09:30:48 +0200 Subject: [PATCH] build-aux: Remove CEF stripping workaround This cause issues in Flatpak IDE like GNOME Builder. --- build-aux/com.obsproject.Studio.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-aux/com.obsproject.Studio.json b/build-aux/com.obsproject.Studio.json index 9f578ab6c..23ea31e57 100644 --- a/build-aux/com.obsproject.Studio.json +++ b/build-aux/com.obsproject.Studio.json @@ -98,8 +98,7 @@ ], "post-install": [ "install -d /app/plugins", - "install -d /app/extensions/Plugins", - "rm -rf /app/cef # Skip stripping original CEF library" + "install -d /app/extensions/Plugins" ], "sources": [ {