flatpak: Cleanup unwanted static libraries

The CEF static library in special is gigantic (50MB+) and
was significantly increasing the bundle size.
master
Georges Basile Stavracas Neto 2021-04-19 13:40:46 -03:00 committed by Jim
parent 834b03f489
commit 2b1eda69e7
1 changed files with 3 additions and 1 deletions

View File

@ -140,7 +140,8 @@
"no-autogen": true,
"cleanup": [
"/bin",
"/include"
"/include",
"*.a"
],
"sources": [
{
@ -236,6 +237,7 @@
"cp -R ./libcef_dll_wrapper/libcef_dll_wrapper.a /app/cef/libcef_dll_wrapper"
],
"cleanup": [
"*.a",
"./*"
],
"sources": [