diff options
author | Andreas Kling <kling@serenityos.org> | 2023-05-09 06:05:36 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-09 06:12:09 +0200 |
commit | 15211cd753440c16db4526b94e9c0d8eb85ea351 (patch) | |
tree | 223b663b9e869316659725013899744d18cbbf26 /Meta | |
parent | 07c6cebbabbbbe4153ca7048f3cd33b8ef9b56fa (diff) | |
download | serenity-15211cd753440c16db4526b94e9c0d8eb85ea351.zip |
Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc
While the binary is still called "Browser" for now, let's make it clear
that we're converging on a single name for this application.
Diffstat (limited to 'Meta')
-rwxr-xr-x | Meta/build-root-filesystem.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index 2e3a9100a6..f8ee86ee39 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -190,7 +190,7 @@ chown -R 200:200 mnt/home/nona echo "done" printf "adding some desktop icons... " -ln -sf /bin/Browser mnt/home/anon/Desktop/ +ln -sf /bin/Browser mnt/home/anon/Desktop/Ladybird ln -sf /bin/TextEditor mnt/home/anon/Desktop/Text\ Editor ln -sf /bin/Help mnt/home/anon/Desktop/ ln -sf /home/anon mnt/home/anon/Desktop/Home |