mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Meta: Include .json files in the Qt Creator refresh script
This commit is contained in:
parent
d67b421628
commit
2b17d980cf
Notes:
sideshowbarker
2024-07-19 02:24:33 +09:00
Author: https://github.com/awesomekling
Commit: 2b17d980cf
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ fi
|
|||
|
||||
cd "$SERENITY_ROOT"
|
||||
|
||||
find . \( -name Base -o -name Patches -o -name Ports -o -name Root -o -name Toolchain -o -name Build \) -prune -o \( -name '*.ipc' -or -name '*.cpp' -or -name '*.idl' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' \) -print > serenity.files
|
||||
find . \( -name Base -o -name Patches -o -name Ports -o -name Root -o -name Toolchain -o -name Build \) -prune -o \( -name '*.ipc' -or -name '*.cpp' -or -name '*.idl' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' -or -name '*.json' \) -print > serenity.files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue