diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-07 23:13:47 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-07 23:17:06 +0100 |
commit | 887b4a7a1a7d27d6c5bf12024e730fa06b2ab03e (patch) | |
tree | 08f30532b6f16c33ef34b325011162e2b0892bba /Kernel/sync.sh | |
parent | 71b9ec1ae00db9206506dca95930db24c989d530 (diff) | |
download | serenity-887b4a7a1a7d27d6c5bf12024e730fa06b2ab03e.zip |
Start working on a simple Launcher app.
Let GButton have an optional icon (GraphicsBitmap) that gets rendered in the
middle of the button if present.
Also add GraphicsBitmap::load_from_file() which allows mmap'ed RGBA32 files.
I wrote a little program to take "raw" files from GIMP and swizzle them into
the correct byte order.
Diffstat (limited to 'Kernel/sync.sh')
-rwxr-xr-x | Kernel/sync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh index 9c93e0ffaf..6cceecb243 100755 --- a/Kernel/sync.sh +++ b/Kernel/sync.sh @@ -47,6 +47,7 @@ cp -v ../Userland/guitest2 mnt/bin/guitest2 cp -v ../Userland/sysctl mnt/bin/sysctl cp -v ../Terminal/Terminal mnt/bin/Terminal cp -v ../FontEditor/FontEditor mnt/bin/FontEditor +cp -v ../Launcher/Launcher mnt/bin/Launcher cp -v ../Clock/Clock mnt/bin/Clock ln -s FontEditor mnt/bin/ff ln -s Clock mnt/bin/cl |