Преглед изворни кода

build-aux: Remove CEF stripping workaround

This cause issues in Flatpak IDE like GNOME Builder.
tytan652 пре 1 година
родитељ
комит
03bc6d7cb4
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      build-aux/com.obsproject.Studio.json

+ 1 - 2
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": [
                 {