flatpak: Deduplicate CEF from the bundle

CEF is installed in /app/cef. After OBS is built, it no longer needs
/app/cef because everything that OBS needs is copied elsewhere.

So removing /app/cef at the cleanup stage will not cause issue
and will also reduce bundle size.
master
tytan652 2021-12-22 10:25:07 +01:00 committed by Georges Basile Stavracas Neto
parent 6ad54f5252
commit b04626f72d
1 changed files with 1 additions and 2 deletions

View File

@ -304,8 +304,7 @@
"cp -R ./libcef_dll_wrapper/libcef_dll_wrapper.a /app/cef/libcef_dll_wrapper"
],
"cleanup": [
"*.a",
"./*"
"*"
],
"sources": [
{