Skip to content

Commit

Permalink
build-aux: Remove CEF stripping workaround
Browse files Browse the repository at this point in the history
This cause issues in Flatpak IDE like GNOME Builder.
  • Loading branch information
tytan652 authored and RytoEX committed Oct 22, 2024
1 parent e8968ba commit 03bc6d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-aux/com.obsproject.Studio.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 03bc6d7

Please sign in to comment.