diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-06-15 18:55:47 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-15 18:55:47 +0200 |
commit | a67e823838943b31fb7cea68bd592093e197cf16 (patch) | |
tree | 40b213f236e58007324625f0e50bdbc17b78b139 /Kernel/build-root-filesystem.sh | |
parent | 01d1aee92275aaa77c1d5aa89829b85c91112df0 (diff) | |
download | serenity-a67e823838943b31fb7cea68bd592093e197cf16.zip |
LibHTML: Start working on a simple HTML library.
I'd like to have rich text, and we might as well use HTML for that. :^)
Diffstat (limited to 'Kernel/build-root-filesystem.sh')
-rwxr-xr-x | Kernel/build-root-filesystem.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh index 8ffa9fe642..8850ed8b65 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -83,6 +83,7 @@ cp ../Servers/LookupServer/LookupServer mnt/bin/LookupServer cp ../Servers/SystemServer/SystemServer mnt/bin/SystemServer cp ../Servers/WindowServer/WindowServer mnt/bin/WindowServer cp ../Shell/Shell mnt/bin/Shell +cp ../LibHTML/tho mnt/bin/tho echo "done" echo -n "installing shortcuts... " |