Add a little About app and hook it up to the system menu's "About..." entry.

Added icons and customizable text alignment to GLabel.
This commit is contained in:
Andreas Kling 2019-02-12 15:23:07 +01:00
commit d74b131c27
Notes: sideshowbarker 2024-07-19 15:46:04 +09:00
11 changed files with 118 additions and 2 deletions

View file

@ -18,6 +18,8 @@ make -C ../Applications/Launcher clean && \
make -C ../Applications/Launcher && \
make -C ../Applications/FileManager clean && \
make -C ../Applications/FileManager && \
make -C ../Applications/About clean && \
make -C ../Applications/About && \
make clean &&\
make && \
sudo ./sync.sh

View file

@ -69,6 +69,7 @@ cp -v ../Applications/FontEditor/FontEditor mnt/bin/FontEditor
cp -v ../Applications/Launcher/Launcher mnt/bin/Launcher
cp -v ../Applications/Clock/Clock mnt/bin/Clock
cp -v ../Applications/FileManager/FileManager mnt/bin/FileManager
cp -v ../Applications/About/About mnt/bin/About
cp -v kernel.map mnt/
sh sync-local.sh
umount mnt