mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
Ladybird/SimpleWebView: Install and check for content filters in res/
This allows installed ladybird and Andriod ladybird to find the content filters without copying all of Base/home/anon into the install tree.
This commit is contained in:
parent
02b3a89d96
commit
fb1ca02a74
3 changed files with 23 additions and 2 deletions
|
@ -73,3 +73,9 @@ install(DIRECTORY
|
|||
USE_SOURCE_PERMISSIONS MESSAGE_NEVER
|
||||
COMPONENT ladybird_Runtime
|
||||
)
|
||||
|
||||
install(FILES
|
||||
"${SERENITY_SOURCE_DIR}/Base/home/anon/.config/BrowserContentFilters.txt"
|
||||
DESTINATION "${CMAKE_INSTALL_DATADIR}/res/ladybird"
|
||||
COMPONENT ladybird_Runtime
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue