mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Android: Add ladybird folder to copied resource assets
This fixes the about scheme pages (about:version etc.) and directory listings.
This commit is contained in:
parent
233320ef17
commit
86d27d180b
Notes:
sideshowbarker
2024-07-17 10:39:39 +09:00
Author: https://github.com/thatoddmailbox Commit: https://github.com/LadybirdBrowser/ladybird/commit/86d27d180b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/478
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ macro(copy_res_folder folder)
|
|||
add_dependencies(archive-assets copy-${folder})
|
||||
endmacro()
|
||||
add_custom_target(archive-assets COMMAND ${CMAKE_COMMAND} -E chdir asset-bundle tar czf ../ladybird-assets.tar.gz ./ )
|
||||
copy_res_folder(ladybird)
|
||||
copy_res_folder(html)
|
||||
copy_res_folder(fonts)
|
||||
copy_res_folder(icons)
|
||||
|
|
Loading…
Reference in a new issue