diff options
author | asliturk <asliturk@hotmail.com> | 2020-02-09 11:53:24 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-09 10:37:35 +0100 |
commit | 57edcb54c221e7f0352e0f17ffe70485398b4c71 (patch) | |
tree | 6f1a7aa2120b3df1bcc0eed14633ee19c2c7dd67 /Kernel/build-root-filesystem.sh | |
parent | fc85d173226a0aed6b02f072271c2a667b01ec8e (diff) | |
download | serenity-57edcb54c221e7f0352e0f17ffe70485398b4c71.zip |
MenuApplets: Add UserName applet.
Move code from WindowServer.WSMenuManager to the applet.
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 07c5ef13bd..d1177f5a81 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -152,6 +152,7 @@ cp ../Shell/Shell mnt/bin/Shell cp ../MenuApplets/Audio/Audio.MenuApplet mnt/bin/ cp ../MenuApplets/CPUGraph/CPUGraph.MenuApplet mnt/bin/ cp ../MenuApplets/Clock/Clock.MenuApplet mnt/bin/ +cp ../MenuApplets/UserName/UserName.MenuApplet mnt/bin echo "done" printf "installing dynamic libraries... " |